Create batch MIT transactions
Upload csv file to make payment transactions
Header Parameters
X-Send-Customer-Email boolean
payment completed, do you want to send an email to the customer. associated parameter: customer_uuid default value: false
Example: false
application/json
Request Body
file_url string required
the csv file url, should be public internet access
filename string
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Schema
code number required
message string required
data object
batch_id string
{
"code": 0,
"message": "string",
"data": {
"batch_id": "string"
}
}
Loading...