Skip to main content

Batch MIT Transaction Management API

Please refer to Payment Scenarios - Batch MIT get more details.

Create batch MIT transaction

file_url is a required parameter. It must be a complete, publicly accessible URL on the internet. For the specific protocol, please refer to the file format documentation.

Query batch MIT transaction by ID

After an MIT Batch Transaction is created, you can query its processing details via the Query Batch MIT Transactions By ID API.

You can use the Query Batch MIT Transactions By Search API to search for a specific transaction or transactions within a certain time range.

POST
Create Batch Transaction
>
POST
Query Batch Transactions By ID
>
POST
Query Batch Transactions By Search
>


File Format

  1. CSV. Download sample csv file
  2. Excel. Download sample excel file
ParameterRequiredDescription
ActionYesType of operation. Supported values (lowercase only): authorize / payment / void / cancellation / refund
Reference NumberNoMerchant-side order reference number
Original Transaction IDConditionally RequiredOriginal transaction ID: Not required when Action = authorize, must be provided when Action = void / refund
Customer UUIDNoUnique customer identifier
AmountYesTransaction amount. The unit is subject to the interface agreement.
Token IDConditionally RequiredCard token. Either Token ID or Card Number is required (mutually exclusive).
Card NumberConditionally RequiredCard number. Either Card Number or Token ID is required (mutually exclusive).
Expiry MonthConditionally RequiredCard expiration month (MM format). Required if Card Number is provided.
Expiry YearConditionally RequiredCard expiration year (YY format, e.g., 25 represents 2025). Required if Card Number is provided.
CVCNoCard verification code
RemarkNoRemarks/notes information