B2B API Specification

Version version: 3.2.8

production
sandbox

B2B Payment API

Void

Void Transactions

post /v3/card/batch/void

This method can be used to void any unsettled transactions.

Parameters
X-Integrator-Id
string
Maximum:
12

Loading...

X-Permalinks
string
Maximum:
4

Loading...

Request Schema
merchant_id required
integer
Example:
246810

Loading...

batch_items required
array

Loading...

Example Request
{
  "merchant_id": 246810,
  "batch_items": {
    "transaction_id": "123456789",
    "custom_dba": "Doing Business As Test Company"
  }
}
200 Batch Void Success Response
422 Batch Void Error Response

Contact Us

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.