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 upAuthorization: Bearer <access_token>
GuideHTTP
Base API#
All documented endpoints use this API base:
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
{
"data": { ... }
}Error envelope
{
"message": "Email is required",
"code": "EMAIL_REQUIRED"
}Start here