B2B API Specification

Version version: 3.2.8

production
sandbox

B2B Payment API

Capture

Capture Transactions

post /v3/card/batch/capture

This method can be used to convert any preauthorized transactions into a Sale, to be settled for payment. The unsettled and preauthorized transaction ID that should be provided for a successful capture.

If an amount parameter is not submitted, the transaction will be captured with the original authorized amount.

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",
    "amount": 80.55
  }
}
200 Batch Capture Success Response
422 Batch Capture Error Response

Contact Us

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