Skip to main content
POST
Refund

Authorizations

X-Api-Key
string
header
required

Use this

Body

amount
number<decimal>
required

Amount to refund. Cannot exceed the original transaction amount.

Required range: 0.01 <= x <= 999999999.99
transaction_id
string

Transaction Id to issue the refund against.

Minimum string length: 1
Pattern: ^[0-9]*$

Response

object | null

OK

The response is of type object | null.