Collection Application
Use the appId corresponding to BDT. After successful user payment, the BDT balance will be increased.
Secret Key & Private Key (Generate Signature)
Related Topics
Body
Business ID (obtained from backend, must pass the corresponding business ID according to the currency in the URL)
Merchant order number (must be unique, maximum length 48)
48User’s full name, recommended to use real name. Format: include firstName and lastName, separated by a space. Example: John Doe
Valid phone number
Valid email
Transaction amount (integers only, decimal places are not supported; punctuation marks such as "," are prohibited)
^\d+$Transaction type
Payment Method
Redirect URL after successful payment
Redirect URL after failed payment
Payment remark
Unique user identifier (e.g., userId). Must be valid, otherwise it will affect the transaction. Format: digits, letters, or symbols -~!@#$%&*()_.
^[A-Za-z0-9\-~!@#$%&*()_]+$Signature
Cancel payment redirect URL. If provided, users can click back on the payment page and be redirected to this URL
Callback URL
Remark details

