Transactions
Create Refund Reversals
Reverse a refund you’ve previously created
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID of the refund to reverse
Response
200
application/json
Refund response
The ID of the refund
. We recommend you store this value. If you need to reverse this refund, you will be required to reference this ID.
The type of object: tax.refund
.
This will be either 'full'
or 'partial'
.
True
if using a production API key. False
if using a test API key.
Unix timestamp in seconds representing the date and time the refund was made. If not provided, the time the refund
was created will be used.