Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Body
Response
QR code decoded successfully
Pix QR code type. String values indicating the behavior and reusability of the QR code.
Valid values:
STATIC= Reusable QR code with fixed amount (can be scanned multiple times)DYNAMIC= Single-use QR code (with expiration time and advanced validation)
STATIC, DYNAMIC "STATIC"
End-to-end transaction identifier.
"E1234567820230615123456789012345"
Payment amount.
100.5
Pix key of the recipient.
"+5511987654321"
Payment description.
"Payment for services"
Unique transaction identifier.
"tx_abc123"
Bank account information.

