Skip to main content
The TapiPay Facade API is the simplest way to integrate charges into your product. You define what you want to charge (a one-time debt, a recurring subscription, or a payment link) and TapiPay handles all the internal complexity for you, starting from your token. You don’t need to know the platform’s internal details (company, modalities, generationData): you work with clear business concepts and a clean contract.

Get started in minutes

Authenticate and create your first charge step by step.

API Reference

Explore every endpoint with an interactive playground.

What can you do?

Debts

Create one-time charges (Debt) for a debtor, with full or partial payments.

Subscriptions

Configure recurring charges (Subscription) with flexible scheduling and autopay.

Payment links

Generate payment links (PaymentLink) that are single-use or reusable.

Products and contacts

Reuse Product and Contact to speed up charge creation.

Key concepts

Authentication

Authenticate with your API key and your TAPI token in the x-api-key and x-authorization-token headers.

Idempotency

Retry without duplicating and reconcile with externalRequestId.

Error handling

Uniform error structure and a catalog of codes.