ATT Pay Integration Guide
  1. Withdrawal APIs
ATT Pay Integration Guide
  • About
  • Authentication & Signature
  • Withdrawal APIs
    • Create New Withdrawal Transaction
    • Check Withdrawal Transaction Status
    • Withdrawal Callback
  • Deposit APIs
    • Create New Deposit Transaction
    • Check Deposit Transaction Status
    • Deposit Callback
  • Appendix
    • Status Explanation
    • Bank List
  1. Withdrawal APIs

Withdrawal Callback

This callback API is used by the ATT Pay system to notify the merchant server of the final processing result of a cash-out (withdrawal) transaction. The merchant must verify the signature and return a valid status_code to acknowledge the callback.

1. Receiving Cash-Out Transaction Callback#

Callback method: POST
Content-Type: application/json

Request Body Parameters:#

ParamsTypeDescriptionExample
withdraw_idStringPlatform trace ID12345_67890
merchant_idStringPlatform merchant IDatt_merchant_4
trans_statusStringTransaction status - trans_status explanationpending
amountNumberTransaction amount (VND)50000
signatureStringSignature logic7779b0e5a82b61ac89f5c3f50ffbdc65

2. Callback Response#

Please return a status_code according to the status code specification.
The payment system will use this response to determine the next processing step.
Modified at 2025-12-20 18:25:52
Previous
Check Withdrawal Transaction Status
Next
Create New Deposit Transaction
Built with