Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to create payments with Paymnt Cloud
curl -X POST "https://api.paymnt.cloud/payments" \ -H "Content-Type: application/json" \ -H "api-key: <YOUR_SECRET_KEY>" \ -d '{"amount":1000,"currency":"USD","description":"Order #1001"}'
TODO: required/optional fields, idempotency, 3DS handling.