Invincible Pay

Invincible Pay v1

Invincible Pay API — v1

A modern JSON REST API for payments, payouts and account management.

OpenAPI spec available at /api-v1.json

This is the canonical v1 documentation for the platform. The API is described with a full OpenAPI schema that powers automatic client generation and integration tooling.

Highlights

  • OpenAPI-first: the entire surface is defined in an OpenAPI schema. See the machine-readable spec at /api-v1.json.
  • Payments & transfers: endpoints to accept pay-ins, initiate pay-outs (EFT / e-transfer), and manage transactions.
  • Accounts & funding sources: manage accounts, link funding sources, and query balances.
  • Beneficiaries & payouts: create and manage payout recipients and execute transfers.
  • Developer friendly: generate SDKs from the OpenAPI schema, interact with a predictable JSON API, and iterate quickly.

Security & support

  • Authentication: the API uses standard authentication patterns (API keys / bearer tokens) — consult individual endpoints for specifics.
  • Reliability: responses include standard HTTP status codes and structured errors.
  • Support: reach out to our support team for help integrating — we provide assistance for production rollouts and client generation.

Getting started

  1. Browse the OpenAPI spec: /api-v1.json.
  2. Try the /health endpoint to confirm service availability.
  3. Use the /v1/accounts/me endpoint to inspect your account context.

Notes

  • This page is intentionally concise; individual endpoints are documented in the left-hand navigation. If something is missing, open an issue or contact support.