Number of APIs: 4
GET {{url}}/refunds/{{refund}}
Retrieves all details for a single refund
POST {{url}}/refunds
Creates a new refund object.
PUT {{url}}/refunds/{{refund}}
Updates a refund object.
GET {{url}}/refunds
Returns a cursor-paginated list of your refunds.
ENDPOINTS