Common errors
401 — Missing or invalid api key
401 — Missing or invalid api key
api-key header is present and holds a valid secret key for the environment (test vs. live) you’re calling.400 — Bad request
400 — Bad request
Returned when a required field is missing or malformed, or when an operation conflicts with existing state — e.g. requesting a second active bank account for a customer/currency pair that already has one.
404 — Not found
404 — Not found
Returned when a referenced resource — a customer, account, or transaction reference — doesn’t exist.
422 — Unprocessable / insufficient balance
422 — Unprocessable / insufficient balance
500 — Internal server error
500 — Internal server error