B2B API Specification

Version 3.2.19

production
sandbox

Adjust

Adjust Transaction

post /v3/card/transaction/adjust/{transaction_id}

This method can be used to adjust a transaction amount. The following conditions must be fulfilled for a successful transaction.

  • The transaction must be Unsettled.
  • Only the following transactions are allowed.
  • Approved authorization
  • Refund
  • The new amount must be greater than zero.
  • The new amount can not exceed 30% of the original authorized amount.
Parameters
transaction_id required
Type
string

Loading...

X-Integrator-Id
Type
string
Maximum Length
12

Loading...

X-Permalinks
Type
string
Maximum Length
4

Loading...

Request Schema
amount required
Type
number
Range
0 to 100000000000000000
Example
100.51

Loading...

merchant_id required
Type
integer
Example
246810

Loading...

Example Request
{
  "amount": 100.51,
  "merchant_id": 246810
}
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.