PAYMENTS
SIMPLIFIED


Offer all the payment features your
customers want with a fast integration
that limits your PCI scope.

GET STARTED

API Base URLs

  • Production Server

    For processing live transactions

    https://api.payjunction.com

  • Test Server

    For development

    https://api.payjunctionlabs.com

Most Commonly Referred to Articles

GET /merchant

Retrieve merchant information such as company name and address.

See GET /terminals to get information on a terminal level.
For more information on account structures, please read PayJunction Account Structures.

Example Response

{
	"id" : "f412d416-b2cb-4ee2-97da-16d5214896bc",
	"companyLegal" : "Business Legal Name",
	"companyDba" : "Business DBA name",
	"phone1" : "800-555-1111",
	"phone2" : "800-555-2222",
	"address" : {
		"address" : "123 Main St",
		"city" : "Santa Barbara",
		"state" : "CA",
		"country" : "USA",
		"zip" : "93101"
	}
}