B2B API Specification

Version version: 3.2.8

production
sandbox

B2B Payment API

Multiple Transactions

post /v3/card/batch/transactions

This method can be used to run multiple transactions for card on file.

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": {
    "amount": 80.55,
    "customer_id": 234585761,
    "transaction_type": {
      "enum": [
        "sale",
        "auth-only",
        "refund"
      ]
    },
    "invoice_number": "INV453AB43FF",
    "csc": "htpAmr1TJ2hujwO/ObS8oFG3/AhF3AU0zh4QzgynFJejRxUOoyJ1MTXW54UD6F2cvuDCgLLMjY             u1K8ybAX/Ap4HvsthqdMz5lYhDj1GwcDBUnZQx+upD/8gZNUHnm5S4EZkAXMNT79iwLCd++X97yOatd3             jhjxaC0zdRUABYr6PuVEYa7gXTEO3LIiOuA/noLVhrD7ZPni8dnCluyIk2z2k6OwDdCYFwvgpuuZ/luRb             oG07uYBm1TfHnrLkuCGOxeP7B8Aa0rY1du7GFwXxYadI21AqrgM+DCJLfX156lil0gL4D/ZMQoTIr1hqDr            9WKv92V3M+H6Gsx7z0iCbn+8Ug==",
    "email_receipt": "boolean"
  }
}
Example Response
200 Successful Response
422 Validation Error

Contact Us

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