Everything you need to accept payments and grow your business
End-to-end encryption for all transactions with advanced fraud protection.
Real-time payment processing and instant settlement to your account.
Accept payments from customers anywhere in the world.
Integrate payments into your website or app with just a few lines of code.
REST: api/initiatePaymentIntent
{
"amount": 2,
"orderId": "TRX-OR-090909",
"currency": "USD",
"callbackUrl": "https://you-domain/your-endpoint-callbck",
"details": {
"mobileNumber": "2348087574",
"email": "info@cachetechs.com",
"payeeName": "Cache Technology",
"orderDescription": "Paying for Water",
"returnUrl": "https://you-domain/payment-completed"
}
}