ATT Pay Integration Guide
  1. Deposit 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. Deposit APIs

Deposit Callback

This callback API is used by the ATT Pay system to notify the merchant server of the processing result of a deposit transaction. The merchant must verify the signature and return a valid status_code to acknowledge the callback.

1. Receiving Deposit 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_code 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:27:05
Previous
Check Deposit Transaction Status
Next
Status Explanation
Built with