Webhook Category | Description |
---|---|
Risk Status | used to notify about risk assessment results related to users. |
Quote Status | used to inform changes in the status of transaction quotes. |
Recipient Status | used to provide updates regarding recipient status in the system. |
KYC/KYB Status | used to communicate the results of identity verification for individuals (KYC) or businesses (KYB). |
Transaction Status | used to send updates on transaction status (e.g., pending, completed, failed) |
VA Status | used to notify about changes in Virtual Account status. |
curl --location --request GET '/api/v1/partner/master/webhook' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
{
"status": 200,
"serviceStatus": "2001401",
"titleCode": "success",
"title": "Success",
"detail": "Processed successfully",
"responseTime": "2025-10-03T10:06:10.337+00:00",
"data": [
{
"id": "535a8d78-cdf9-429c-a920-0646a059afac",
"name": "Risk Status"
},
{
"id": "0baae371-740c-4456-b401-a9117e6cceed",
"name": "Quote Status"
},
{
"id": "e9449910-737a-4c5e-944a-e3ff7e602bad",
"name": "Recipient Status"
},
{
"id": "31b39413-00f8-4c57-8aee-c309011dc17f",
"name": "KYC/KYB Status"
},
{
"id": "63fb1ee9-d975-4821-b624-78392d634d4e",
"name": "Transaction Status"
},
{
"id": "e2c327b1-a751-480a-8f2a-0a3bc7478f44",
"name": "VA Status"
}
]
}