API Documentation
Build powerful banking integrations with our comprehensive RESTful API. Access account data, initiate transfers, and create seamless financial experiences.
RESTful API
Simple, predictable endpoints following REST principles.
Fast & Reliable
99.9% uptime SLA with global CDN delivery.
Well Documented
Clear examples and comprehensive guides for every endpoint.
Quick Start
// Initialize the client
import { PayUnionClient } from '@payunion/sdk'
const client = new PayUnionClient({
apiKey: 'your_api_key_here',
environment: 'production'
})
// Fetch account balance
const balance = await client.accounts.getBalance()
console.log(balance)
// Create a transfer
const transfer = await client.transfers.create({
amount: 100.00,
currency: 'USD',
recipient: 'user@example.com'
})API Endpoints
GET
/api/v1/accountsRetrieve account information
POST
/api/v1/transfersCreate a new transfer
GET
/api/v1/transactionsList transaction history
POST
/api/v1/paymentsProcess a payment
Ready to Build?
Get your API key and start integrating Neon Credit into your application today.
Get Started