Interactive API Explorer

Test your requests
in real-time.

Experience the power of the paywiththem API. Send live requests, view responses, and debug your integration without writing a single line of code.

Endpoint
POST/v1/charges

{

"amount": 2000,

"currency": "inr",

"source": "tok_visa",

"description": "API Explorer Test"

}

Response200 OK

{

"id": "ch_3N5qWf2eZvKYlo2C1k8GvV",

"object": "charge",

"amount": 2000,

...

}