Skip to main content

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
Request Body
    file_url string required

    the csv file url, should be public internet access

    filename string
Responses

Response Headers

    Schema
      code number required
      message string required
      data object
      batch_id string
    Loading...