Payments
Get payment
Retrieve one subscription payment, including how much has been refunded.
GET/v1/payments/{payment_id}
Parameters
| Parameter | Description |
|---|---|
| payment_idstring · pathrequired | No description in the spec. |
| expandstring | null · queryoptional | At most 256 characters. |
Returns
Returns a PaymentResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the payments:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other payments operations
- List payments GET /v1/payments
- Get payment provider payload GET /v1/payments/{payment_id}/provider
BillKit