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
Example:
"ref_tr_123456789"
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.
Example:
"ref_tr_123456789"
The type of object: tax.refund
.
Example:
"tax.refund"
This will be either 'full'
or 'partial'
.
Example:
"partial"
True
if using a production API key. False
if using a test API key.
Example:
"false"
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.
Example:
1714787673