1. deposit
TarsPay_EN
Bangladesh🇧🇩
  • Indonesia🇮🇩
  • India🇮🇳
  • Thailand🇹🇭
  • Philippines🇵🇭
  • Malaysia🇲🇾
  • Vietnam🇻🇳
  • Egypt🇪🇬
  • Bangladesh🇧🇩
  • Kenya🇰🇪
  • Pakistan🇵🇰
  • Brazil🇧🇷
  • Mexico🇲🇽
  • Korea🇰🇷
  • Türkiye🇹🇷
  • Access Guide
  • Core Business Process Description
  • Attachment Code Table
  • deposit
    • Create a deposit order
      POST
    • Query deposit order status
      POST
    • Query TrxId
      POST
    • Reprocess TrxId
      POST
    • Submit trxid (used by merchants who build their own POS systems)
      POST
  • withdraw
    • Create withdraw order
      POST
    • Query withdraw order
      POST
  • account
    • Query balance
      POST
  • CallBack
    • Callback notification interface (customized by the merchant)
      POST
  1. deposit

Submit trxid (used by merchants who build their own POS systems)

Developing
POST
/api/bd/{payOrderId}/{trxId}
【Important Note: For Merchants' Self-Built Cashier Platforms Only】 After a user completes order payment, they must submit the generated trxId using this interface.
⚠️ Note: Failure to submit, submission failure, or incorrect submission information will prevent the order from triggering the callback mechanism, potentially causing subsequent process errors.
Please ensure the trxId submission is accurate.

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/bd//'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{"code":0,"msg":"SUCCESS"}
Modified at 2026-02-16 08:22:10
Previous
Reprocess TrxId
Next
Create withdraw order
Built with