Onboarding Status
Testing
WEBHOOK
Response Parameters
Field | Type | Description |
---|---|---|
merchant_id | string | Unique identifier for the merchant on datman. |
status | string | Current status of the merchant's account: active , closed , or pending |
reference_id | string | A unique reference ID provided by the integrator to identify merchant. |
reason | string | in case of failure this will be returned |
Webhook Response Examples
Below are sample webhook responses for various scenarios:
Success
Failure
{
"status": "pending",
"merchant_id": "6374933",
"reference_id": "8052345"
}