Retrieve merchant information such as company name, address and Unique Identifier (returned as Pj-Merchant) used in the Webhooks Header.
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"
}
}