ApiCharges
List charges
Most recent first, scoped to your business and your key's mode.
Most recent first, scoped to your business and your key's mode.
Query Parameters
limit?Limit
Range
1 <= value <= 200Default
50status?|
created|pending|succeeded|failed|refunded|partially_refunded|disputed
Response Body
application/json
application/json
curl -X GET "https://example.com/api/b/v1/charges"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "reference": "string", "amount_minor": 0, "fee_minor": 0, "net_minor": 0, "refunded_minor": 0, "currency": "string", "status": "string", "channel": "string", "failure_reason": "string", "is_test": true, "created_at": "2019-08-24T14:15:22Z", "confirmed_at": "2019-08-24T14:15:22Z" }]Retire an approval threshold DELETE
Take a threshold out of use. Flagged inactive rather than deleted, so "what control was in force in March" stays answerable.
Create a charge POST
Take a payment. A repeated `idempotency_key` returns the original charge with 201 rather than a conflict. A client that did not hear our answer and asked again wants the charge, not an error it has to interpret.