Skip to main content
  • Single API, many processors — plug once, route anywhere.
  • Smart routing & failover — profile-based rules and cascading retries.
  • High-risk ready — supports complex verticals alongside retail/SaaS/marketplaces.
  • GDPR/PII aware — tokenization, selective redaction, erasure endpoints.
Production: https://api.paymnt.cloud
Sandbox: https://sandbox.paymnt.cloud

Getting started

Try live calls in the API reference tab (left/top) using the built-in Try it.
# List customers
curl -X GET "https://api.paymnt.cloud/customers" \
  -H "Accept: application/json" \
  -H "api-key: <YOUR_SECRET_KEY>"

# Create a minimal payment
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"}'
Auth headers (server-side only):
  • api-key: <YOUR_SECRET_KEY>
  • x-profile-id: <pro_...> (optional)

Essentials


Guides

Payments

Customers

Refunds

Disputes


Platform


Webhooks & Events


SDKs & Tools


Sandbox & Testing


Security & Compliance


Operations


Support

  • FAQ
  • Contact support — please include your request_id and endpoint details for faster help.