Skip to main content

Query batch MIT transactions by ID

Get batch MIT Transactions by ID

Path Parameters
    id string required
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
Responses

Response Headers

    Schema
      code number required
      message string required
      data object required
      batch_name string required
      created_at string required
      created_by string required
      deleted_at null required
      error_code string required
      error_desc string required
      failed_records integer required
      id string required
      source string required
      store_id integer required
      successful_records integer required
      total_records integer required
      transactions object[] required
    • Array [
    • acquirer_rrn string
      amount string
      batch_id string
      card_number string
      created_at string
      currency string
      customer_uuid string
      error_code string
      error_desc string
      expiry_month string
      expiry_year string
      id string
      oms_transaction_id string
      order_num string
      order_reference_number string
      org_txn_id string
      p_business_id string
      payment_method string
      payment_type string
      reference_number string
      refund_at string
      status string
      store_id string
      token string
      total_amount string
      transaction_id string
      updated_at string
      upload_status string
      void_at string
    • ]
    • updated_at string required
      upload_status string required
    Loading...