API Reference

Create Order

Create a charge resource with reflects the amount of money charged by the merchant to the customer, along with the order details: order id, amount, customer name/phone/email, order expiration, etc.

A charge unique identifier (uuid) is generated by the platform and sent back in the response. A payment link is also generated by the platform and sent back in the response. The response provides also a link to the payment page hosted by our platform.

Body Params
string
required
Defaults to { "secret_key": "a5c32a75ec94d2f0733723a0dda", "username": "4328", "password": "FUUrllrDRqUrWOxBUqhd7wzDVo", "orderId": "2457778896225", "orderInfo": "Testing payment", "amount": "10000", "estimated": 100, "currency": "INR", "customer": { "uid": "123", "name": "test", "phone": "+911234567890", "email": "test@gmail.com", "address": "sureat", "city": "", "state": "", "zip": "", "country": "", "ipaddress": "13.201.7.228" }, "webhook": { "url": "https://typedwebhook.tools/webhook/0b70f72e-fa66-4b47-a398-3cc07cf835f8" }, "return": { "method": "GET", "url": "https://www.google.com", "timeout": 0 }, "maxAgeInHours": 24, "maxAttempts": 5 }
Responses

Language
Request
Choose an example:
application/json