BaaS

šŸ“¢ Payment Notification

Event Types

Event TypeDescription
BUSINESS_TRANSFER.PAYOUT.PAYMENT.CREATEDPayment has been created but is not yet completed.
BUSINESS_TRANSFER.PAYOUT.PAYMENT.UPDATEPayment 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 TypeDescription
BUSINESS_TRANSFER.CREATEDTriggered after an order is submitted, notifying your system of the new order.
BUSINESS_TRANSFER.UPDATEThe 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 TypeDescription
APPLY_LEGAL_ENTITY.CREATEDTriggered when a new Legal Entity Application (i.e., a company or individual applying to open an account) is successfully created.
APPLY_LEGAL_ENTITY.UPDATETriggered when the status or details of a legal entity’s account application are updated.
APPLY_BANK_ACCOUNT.UPDATETriggered when a Virtual Account (VA) application is successfully created for a legal entity.
BUSINESS_ACCOUNT_TRANSACTION.CREATEDTriggered after an order is submitted, notifying your system of the new order.
BUSINESS_ACCOUNT_TRANSACTION.UPDATEDSupplementary 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 TypeDescription
BUSINESS_ACCOUNT_TRANSACTION.CREATEDTriggered after an order is submitted, notifying your system of the new order.
BUSINESS_ACCOUNT_TRANSACTION.UPDATEDSupplementary 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": "..."
}