Create a deposit order
POST
/api/pay/unifiedOrder
Collection method categories and return value description of the collection order interface
Collection method categories | Return value description |
---|---|
Bank VA category Bank VA | payData: Bank's VA number, merchants need to build their own payment details page payUrl: TarsPay's VA payment details page |
E-wallet category Ewallet | OVO payData: TarsPay's OVO fills in the mobile phone number to push the bill payment details page payUrl: TarsPay's OVO fills in the mobile phone number to push the bill payment details page DANA and LINKAJA payData: Official native jump link (wake up APP) payUrl: Official jump link (wake up APP) |
QR code QRIS | payData: QR code image, merchants need to build their own payment details page payUrl: TarsPay's QRIS payment details page |
Note:
payData
and payUrl
fields in actual use.payData
builds the payment details page for the merchant itself. The core data of the payment uses the value returned by the interface. The payUrl is the payment details page that the merchant has not paid, but uses TarsPay's payment details page.Collection method code:
Bank type code
Bank code | Bank name |
---|---|
BANK_BCA | BANK BCA |
BANK_BNI | BANK BNI |
BANK_BRI | BANK BRI |
BANK_BSI | BANK BSI |
BANK_CIMB | BANK CIMB |
BANK_MANDIRI | BANK MANDIRI |
BANK_DANAMON | BANK DANAMON |
BANK_PERMATA | BANK PERMATA |
Wallet type code
E-wallet code | E-wallet name |
---|---|
EWALLET_DANA | EWALLET DANA |
EWALLET_LINKAJA | EWALLET LINKAJA |
EWALLET_OVO | EWALLET OVO |
EWALLET_SHOPEEPAY | EWALLET SHOPEEPAY |
Convenience store (mart) type code
Convenience store code | Convenience store name |
---|---|
MART_ALFA | MART ALFA |
MART_INDO | MART INDO |
Scan code (qris) type code
Scan code code | Scan code name |
---|---|
QRIS | QRIS |
Limit information
Collection amount rules | ||
---|---|---|
Collection channel | Minimum single transaction | Maximum single transaction |
BANK | 10,000 | 50,000,000 |
EWALLET | 10,000 | 10,000,000 |
QIRS | 10,000 | 10,000,000 |
MART-Debit Card | 10,000 | 5,000,000 |
MART-Cash | 10,000 | 2,500,000 |
Request
Header Params
X-API-KEY
string
required
Example:
02106af2a085fbfc6d1bb49f485205fcdfcc79a4ddb1913c72a271fedd24c2d7fe
X-API-NONCE
string
required
Example:
1702279880267
X-API-SIGNATURE
string
required
Example:
304502207a4a88a5b0def29b9dbbf8563112d090c0e0b793ff6a5c57fe9d4fd1254d8ecf022100ff63c279f5926069fa1d161598e8d3249cb90e9d728e88e514352cdae6feff72
Body Params application/json