NerixPay API v2
Build the Future of
Crypto Finance
Issue cards, manage wallets, and process crypto-to-fiat transactions programmatically with our robust REST API.
create-card.ts
import{ NerixPay }from'@nerixpay/node';constnerix=newNerixPay(process.env.NERIX_SECRET_KEY);
// Create a virtual card instantlyconstcard=awaitnerix.cards.create({
type: 'virtual',
currency: 'USD',
spendingLimit: {
amount: 5000,
interval: 'monthly'
}
});
console.log(`Card created: ${card.pan.slice(-4)}`);
</>
Webhooks
Fully documented guides and references to get your integration running in under an hour.
</>
SDKs
Fully documented guides and references to get your integration running in under an hour.
</>
Test Environment
Fully documented guides and references to get your integration running in under an hour.