Loading

Developers

Built for Developers

Clean APIs, comprehensive docs, and tools that make integration a breeze.

SDKs

Your Language, Your Way

Official SDKs maintained by our team, with community libraries for even more options.

Node.js

🐍

Python

🔵

Go

💎

Ruby

🐘

PHP

Java

Quick Start

Up and Running in Minutes

Install our SDK, add your API key, and start building. It's that simple.

  • Comprehensive error handling
  • TypeScript support out of the box
  • Automatic retries with exponential backoff
# Install the SDK
npm install @xura/sdk
# Initialize and make your first request
import Xura from '@xura/sdk';

const xura = new Xura(process.env.XURA_API_KEY);

const payment = await xura.payments.create({
amount: 2500,
currency: 'usd',
customer: 'cus_123',
metadata: { orderId: 'order_456' }
});

console.log(payment.id); // pay_abc123

Ready to Build the Future of Finance?

Join thousands of companies using Xura to power their financial infrastructure. Start building today with our free developer tier.

SOC 2 Compliant
256-bit Encryption
99.99% Uptime SLA