Skip to main content
POST
Submit merchant application

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
merchant_processor_name
string
required
Maximum string length: 255
contact_name
string
required
Maximum string length: 100
phone
string
required

US phone number.

email
string<email>
required
Maximum string length: 255
api_url
string<uri>
required

URLs without a scheme are normalized to HTTPS before validation.

Maximum string length: 255

Response

Merchant application submitted.

message
string
required
Example:

"New merchant request successfully sent."

data
object
required
Last modified on July 20, 2026