Home  /  API  /  Charges

Charges.
Predictable.

Create a payment on any rail with a single POST. Idempotent, webhook-backed, settled to Ledger Moon.

MethodEndpointDescription
POST/v1/chargesCreate a charge on any rail
GET/v1/charges/:idRetrieve a charge
POST/v1/charges/:id/captureCapture an authorised charge
GET/v1/chargesList and filter charges
create.js
await orbyt.charges.create({
  amount: 25000, currency: "NGN",
  rail: "auto", customer: "cus_8Hk2"
});

Start building

Keys, sandbox and docs — all in one place.