Refunds
Create Refund
Create a refund.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
duplicate
, fraudulent
, customer_request
, service_disruption
, satisfaction_guarantee
, other
Key-value object allowing you to store additional information.
The key must be a string with a maximum length of 40 characters. The value must be either:
- A string with a maximum length of 500 characters
- An integer
- A boolean
You can store up to 50 key-value pairs.
An internal comment about the refund.
Should this refund trigger the associated customer benefits to be revoked?
Note:
Only allowed in case the order
is a one-time purchase.
Subscriptions automatically revoke customer benefits once the
subscription itself is revoked, i.e fully canceled.
Response
200
application/json
Successful Response
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Available options:
pending
, succeeded
, failed
, canceled
Available options:
duplicate
, fraudulent
, customer_request
, service_disruption
, satisfaction_guarantee
, other
Was this page helpful?