Developer API

A banking API that doesn't lock you in.

Ashash Pay sits on top of a provider abstraction layer. Build once — we'll switch the underlying BaaS partner without you changing a single line.

// One endpoint. Any provider underneath.
const account = await ashash.accounts.create({
  customer_id: "cus_001",
  currency: "EUR",
});