This section documents Fingo Pay’s REST API. Use the interactive playground to try requests against https://api.fingopay.io with your API key.

Welcome

There are two ways to build API documentation: OpenAPI and MDX components. This reference uses our OpenAPI specification below.

Fingo Pay OpenAPI

View the OpenAPI specification file

Authentication

All API endpoints use Bearer authentication. Provide your API key as a Bearer token in the Authorization header.
Authorization: Bearer <YOUR_SECRET_KEY>