Authentication
Your partner client secret
Path Parameters
Response
The onboarding application ID
Current status: PENDING, IN_REVIEW, MERCHANT_CREATED, REJECTED
The KYB verification URL (if still active)
When the status reaches MERCHANT_CREATED, the merchant is fully onboarded for card payments and a default store is automatically created.
curl https://api.acountpay.com/v1/partner/merchants/42/card-payments/onboard/status \
-H "X-Partner-Client-Id: your-client-id" \
-H "X-Partner-Client-Secret: your-client-secret"
{
"applicationId": "app_abc123",
"applicationStatus": "MERCHANT_CREATED",
"webKybUrl": "https://onboarding.surfboard.com/kyb/abc123"
}