Sub-account Activation Callback

Register your Sub-account Activation Callback URL and get Activation status

Method and URL

POST www.yourcompany.com/payment_callback_url

Request

Header Request

Parameter
Data Type
Requirement
Description

X-API-Key

String

M

Callback API Key, an additional API Key used specifically for receiving callbacks

Content-Type

String

M

application/JSON

Accept

String

M

application/JSON

Request Body

{
  "event": "SUB.ACTIVATION.APPROVED",
  "data": {
    "subAccountId": "d8361719-290b-4b80-8e75-8329321a4000",
    "subAccountStatus": "ACTIVE",
    "subAccountKycStatus": "APPROVED",
    "updatedAt": "2024-03-15T09:37:00Z"
  }
}

Detail Parameter Request

Parameter
Data Type
Requirement
Description

event

String

M

List of Event Names:

  1. SUB.ACTIVATION.PENDING

  1. SUB.ACTIVATION.REJECTED

  2. SUB.ACTIVATION.APPROVED

Last updated