Refunds
Get refund
Retrieve one refund and check whether it has settled.
GET/v1/refunds/{refund_id}
Parameters
| Parameter | Description |
|---|---|
| refund_idstring · pathrequired | No description in the spec. |
Returns
Returns a RefundResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the refunds:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other refunds operations
- List refunds GET /v1/refunds
- Create refund POST /v1/refunds
BillKit