Developer Guide

Complete documentation for integrating FluxPe UPI cross-border payments

Quick Start Guide

Get started with FluxPe UPI cross-border payments in minutes.

1

Create Account

Sign up for a FluxPe developer account and get your API credentials.

2

Install SDK

Install the FluxPe SDK for your preferred programming language.

npm install @fluxpe/node-sdk
3

Make Your First Payment

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'
});

Need Help?

Our developer support team is here to help you integrate FluxPe successfully