Merchant onboarding APIs
This guide provides steps to use APIs to onboard and optionally auto submit the application for underwriting immediately.
// Creating a merchant - simlified request
{
"name": "Merchant's Name",
"email": "<merchant's_email>"
}// Creating merchant while setting country and fee schedule
{
"name": "Merchant's Name",
"email": "<merchant's_email>",
"business_type": {
"country": "CA"
},
"fee_schedule_id": "e7b4ef7d-0696-4a6c-81cd-6ace87ba6123"
}Providing a merchant's website URL while creating a merchant
Getting the signing URL
Displaying documents in an iframe
Listening to events
Handling Onboarding Webhooks
Webhook Payload Example
Webhook Payload Example
Webhook Payload Example
Webhook Payload Example
Webhook Payload Example
Last updated