API Reference

Complete API documentation

Explore our REST APIs for payments, banking, open banking, and more. All endpoints support JSON request/response with OAuth 2.0 authentication.

Payments

POST /v1/payments Create a payment
GET /v1/payments/:id Retrieve a payment
POST /v1/payments/:id/refund Refund a payment

Accounts

POST /v1/accounts Create an account
GET /v1/accounts/:id Retrieve an account
GET /v1/accounts/:id/balance Get account balance

Cards

POST /v1/cards Issue a card
GET /v1/cards/:id Retrieve a card
PATCH /v1/cards/:id Update card settings

Transfers

POST /v1/transfers Create a transfer
GET /v1/transfers/:id Retrieve a transfer
GET /v1/accounts/:id/transfers List account transfers

Need more details?

Check out our full documentation with code samples and integration guides.

View Full Documentation