Skip to main content
POST
Onboard a Merchant for Card Processing

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

multipart/form-data
payload
string
required

The onboarding details, sent as JSON text. See the endpoint description for the object's shape.

voided_check
file
required

Voided check for the account settlements should land in.

bank_statements
file
required

Last 3 months of business bank statements, one file.

processing_statements
file | null

Last 3 months of merchant processing statements. Optional — it only applies when the business already processes with another provider.

Response

The merchant was onboarded.

status_code
integer
required

HTTP status code for the response.

data
MerchantOnboardingRead · object
required

Payload or error details.

query_generated_time
integer
required

UTC timestamp (milliseconds since epoch) when response was generated.