Skip to content
For Developers

Build programmable financial workflows.

Build programmable financial workflows with bank-grade compliance. One API for fiat and stablecoin operations.

Request API accessContact developer team

Platform capabilities

Everything you need to build programmable financial workflows.

payments

Unified Payments API

One integration for fiat and digital asset payments. SEPA, ACH, stablecoins, and more.

shield

Built-in Compliance

KYC, AML, and sanctions screening handled automatically. Focus on your product, not regulatory complexity.

notifications

Real-time Webhooks

Instant notifications for settlements, compliance flags, and account events.

public

Multi-jurisdiction

Operate across Swiss, DIFC, and UK regulatory frameworks with unified controls.

What you can build

Treasury Automation

Build automated treasury workflows that move funds across currencies and asset types based on business logic.

Embedded Finance

Offer banking services within your platform—accounts, payments, and custody under your brand.

Cross-border Payments

Move money globally with near-instant settlement and transparent pricing.

Simple, powerful APIs

Our APIs are designed to be intuitive and consistent. Create accounts, initiate payments, and manage compliance with straightforward HTTP requests.

  • check_circleRESTful API with JSON payloads
  • check_circleComprehensive SDKs (Node, Python, Go)
  • check_circleDetailed API documentation
  • check_circleSandbox environment for testing
Request API documentation
// Create a payment
const payment = await vayan.payments.create({
  amount: {
    currency: "USD",
    value: "1000.00"
  },
  destination: {
    type: "iban",
    iban: "GB29NWBK60161331926819"
  },
  reference: "Invoice #12345"
});

// Webhook notification
{
  "event": "payment.settled",
  "data": {
    "paymentId": "pay_1234567890",
    "status": "completed",
    "settledAt": "2026-03-18T14:30:00Z"
  }
}

Ready to start building?

Join our developer waitlist for early API access and sandbox credentials.

Request accessContact developer team