BaaS
š¢ Payment Notification
Event Types
| Event Type | Description |
|---|---|
| BUSINESS_TRANSFER.PAYOUT.PAYMENT.CREATED | Payment has been created but is not yet completed. |
| BUSINESS_TRANSFER.PAYOUT.PAYMENT.UPDATE | Payment has been successfully completed.Refund related to a payout payment has been successfully completed. |
Resource Object
The resource payload will be a Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"apiVersion": "v3",
"createTime": "1757659595371",
"eventType": "BUSINESS_TRANSFER.PAYOUT.PAYMENT.CREATED",
"resource": "..."
}š¢ Business Transfer Notification
Event Types
| Event Type | Description |
|---|---|
| BUSINESS_TRANSFER.CREATED | Triggered after an order is submitted, notifying your system of the new order. |
| BUSINESS_TRANSFER.UPDATE | The business transfer has failed and was not completed successfully.Triggered after an order is completed, notifying your system that the transfer is finished. |
Resource Object
The resource payload will be a Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"apiVersion": "v3",
"createTime": "1757649535314",
"eventType": "BUSINESS_TRANSFER.CREATED",
"resource": "..."
}š¢ Business Account Notification
Event Types
| Event Type | Description |
|---|---|
| APPLY_LEGAL_ENTITY.CREATED | Triggered when a new Legal Entity Application (i.e., a company or individual applying to open an account) is successfully created. |
| APPLY_LEGAL_ENTITY.UPDATE | Triggered when the status or details of a legal entityās account application are updated. |
| APPLY_BANK_ACCOUNT.UPDATE | Triggered when a Virtual Account (VA) application is successfully created for a legal entity. |
| BUSINESS_ACCOUNT_TRANSACTION.CREATED | Triggered after an order is submitted, notifying your system of the new order. |
| BUSINESS_ACCOUNT_TRANSACTION.UPDATED | Supplementary material required or rejected |
Business Account Resource Object
The resource payload will be a Legal Entity Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"createTime": "1757649535314",
"eventType": "CARD.3DS.OTP",
"resource": "..."
}š¢ Business Account Transaction Resource Object
Event Types
| Event Type | Description |
|---|---|
| BUSINESS_ACCOUNT_TRANSACTION.CREATED | Triggered after an order is submitted, notifying your system of the new order. |
| BUSINESS_ACCOUNT_TRANSACTION.UPDATED | Supplementary material required or rejected |
Resource Object
The resource payload will be a Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"apiVersion": "v3",
"createTime": "1757649535314",
"eventType": "BUSINESS_ACCOUNT_TRANSACTION.CREATED",
"resource": "..."
}