Accept payments globally with sub-100ms authorization, 99.99% uptime SLA, and built-in fraud detection across 180+ countries.
Fully documented REST API with interactive explorer. Test in sandbox with real card numbers. Go live with a single config change.
View API docs โ# Create a payment intent curl -X POST https://api.clearpay.io/v2/intents \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "amount": 4800, "currency": "EUR", "capture_method": "automatic", "metadata": { "order_id": "ord_9f2a1b" } }' # Response { "id": "pi_3Pf8kL2eZvKYlo2C", "status": "requires_payment_method", "amount": 4800, "client_secret": "pi_3Pf8kL_secret_..." }