Build your Infrastructure on Cashia
Built by Developers, For Developers
Explore Cashia's Payment Gateway Solutions! Designed for developers, our platform streamlines transaction management with quick processing and strong security. Access detailed documentation and support to enhance your app's payment capabilities with Cashia!

Real-time Updates
Build with the Best
Our team will work round the clock to make sure all your queries are responded to. In the meantime, you can refer to our docs for guidance.
Built for Developers
Simplify Payments Today
Experience a seamless onboarding journey that gets you up and running in no time. Our intuitive setup process ensures you can start leveraging our powerful tools without any hassle.
Effortless Integration
Developer-friendly tools to get you live in no time.
Real-Time Payments
Accept credit cards, mobile wallets, and more—instantly.
Multi-Channel Support
Web, mobile, or voice, meet your customers where they are.
Ironclad Security
3Ds secure, encrypted, and fraud-protected.
Custom Workflows
Tailor payments to your business needs.
Built to Scale
99.99% uptime to grow with your business.
// Get a user's access token and
// Get a user's access token and
import CashiaHostedCheckout from '@cashia-ltd/node';
const checkout = new CashiaHostedCheckout('client_123456789');
const profile = await checkout.sso.getProfileAndToken({
code: '0934YD9NMS3009DVN8435',
clientID: 'client_123456789'
});
HTTP 200
Response { ... "access_token": "3124YUSBFHJ892374UBIU", "profile": { "id": "3124YUSBFHJ892374UBIU", "uuid": "3124YUSBFHJ892374UBIU", "guid": "3124YUSBFHJ892374UBIU", "connection": "3124YUSBFHJ892374UBIU", "email": "3124YUSBFHJ892374UBIU", "first_name": "3124YUSBFHJ892374UBIU", "last_name": "3124YUSBFHJ892374UBIU", "idp_id": "3124YUSBFHJ892374UBIU", "object": "3124YUSBFHJ892374UBIU", "raw_attributes": { ... } } }
