Payments
Get payment provider payload
Fetch the provider's own record of this charge, live.
GET/v1/payments/{payment_id}/provider
Parameters
| Parameter | Description |
|---|---|
| payment_idstring · pathrequired | No description in the spec. |
Returns
Returns a ProviderPayloadResponse 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 GET /v1/payments/{payment_id}
BillKit