Authentication
Your partner client secret
Path Parameters
Response
URL for the merchant to complete KYB verification. This link is also emailed to the merchant automatically.
The onboarding application ID for tracking status
Shortened version of the KYB URL (if available)
Current application status (e.g. PENDING, IN_REVIEW, MERCHANT_CREATED)
curl -X POST https://api.acountpay.com/v1/partner/merchants/42/card-payments/onboard \
-H "X-Partner-Client-Id: your-client-id" \
-H "X-Partner-Client-Secret: your-client-secret"
{
"webKybUrl": "https://onboarding.surfboard.com/kyb/abc123",
"applicationId": "app_abc123",
"shortLinkUrl": "https://sbrd.link/abc123",
"applicationStatus": "PENDING"
}