Complete documentation for integrating FluxPe UPI cross-border payments
Get started with FluxPe UPI cross-border payments in minutes.
Sign up for a FluxPe developer account and get your API credentials.
Install the FluxPe SDK for your preferred programming language.
npm install @fluxpe/node-sdk
Create your first UPI cross-border payment using our API.
const payment = await client.payments.create({ amount: 1000, currency: 'INR', recipient: { upiId: 'merchant@paynow', country: 'SG' }, corridor: 'UPI_PAYNOW' });
Our developer support team is here to help you integrate FluxPe successfully