Triad Pay DocsCheckout API

Triad Pay Documentation

Build hosted PIX checkout flows with Triad Pay. Create payment links from your backend, collect payer information on a branded hosted page, and confirm payments through status polling and return callbacks.

Before you start

Access and token#

To use the service, you need a Triad Pay access token. This token identifies your company in backend requests and authorizes checkout creation and management.

You can get this token once your company has access to the dashboard. To start the process, sign up and wait for access to be enabled.

Sign up
Authentication header
Authorization: Bearer <access_token>
GuideHTTP

Base API#

All documented endpoints use this API base:

Base URL
https://main.triadpay.app

Successful single-resource responses are wrapped in a data envelope. Errors return a human-readable message and a stable code for programmatic handling.

Success envelope

200 OK
{
  "data": { ... }
}

Error envelope

400 Bad Request
{
  "message": "Email is required",
  "code": "EMAIL_REQUIRED"
}
Start here

Products#