Skip to main content

Create a Payment

Minimal example (server-side):
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.