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).
Path Parameters
Transaction identifier.
Response
Transaction details retrieved successfully
Unique transaction identifier.
"txn_123456789"
JDPI request identifier.
"req_abc123xyz"
End-to-end transaction identifier.
"E1234567820230615123456789012345"
Transaction processing status. String values indicating the current state of a Pix transaction.
Valid values:
PENDING= Transaction has been initiated and is awaiting processing by the payment systemPENDING_CONFIRM= Transaction is awaiting final confirmationEXECUTED= Transaction successfully completed and funds transferredREVERSAL= Transaction was reversed (refunded)REPROVED= Transaction was rejected or failed validationSCHEDULE= Transaction is scheduled for future executionCANCELLED= Transaction was cancelled by the user before executionERROR= A processing error occurred during transaction execution
PENDING, PENDING_CONFIRM, EXECUTED, REVERSAL, REPROVED, SCHEDULE, CANCELLED, ERROR "EXECUTED"
Bank account information.
Bank account information.
Transaction amount.
100.5
Transaction description.
"Payment for services"

