Create a new merchant record using the data provided in the request body.
To successfully create a merchant, include at least the following required fields:
dbaName
emailAddress
mccCode
Path parameters
hierarchyNodeKeystringRequired
The hierarchy node of the parent under which the new merchant should be created.
Header parameters
exchangeIdstringOptional
Correlation Id for the request.
Body
externalCustomerIdstring · nullableOptional
External identifier for the new merchant in your system.
Returned in webhooks alongside the merchant number in your system.
Example: id28829382999
applicationExpirationTimeinteger · int32Optional
Duration (in days) for which the created application links remain valid before expiring.
Default to 30 days, if not set.
Example: 7
pendEmailAddressstring · email · nullableOptional
Email address of the Sales Rep or Partner that receives notifications when the merchant application status changes. Statuses: Signed, Approved, Pended, or Declined.
Example: Pending
Responses
201
Merchant was successfully created and a link was successfully emailed to the merchant.
application/json
400
Bad request: Either an invalid JSON request or hierarchy node key.