Make your first API request
To make your first request, send an authenticated request to the /charges endpoint. This will create a charge.
post
/charges
Create a charge.
For testing purpose, after create a charge, you can still cancel the charge by using Cancel a charge API. Prefer full API documents in the next sections.
Last modified 7mo ago