To charge a credit, debit card or other supported funding types(Google pay, Apple pay etc), you create a Charge object. You can retrieve and refund individual charges as well as list all charges. Charges are identified by a unique, random ID.
Endpoints
| Method | Route | Detail |
|---|---|---|
| POST | /v1/charges | Create a charge |
| GET | /v1/charges/:id | Retrieve a charge |
| POST | /v1/charges/:id/capture | Capture a charge |
| GET | /v1/charges | List all charges |