Authorizations
JWT token obtained from the authentication endpoint
Body
Payer account ID
"12345678-1234-1234-1234-123456789012"
Transaction amount
10
Transaction description
"Internal transfer between accounts"
Transaction priority enumeration (1- PRIMARY, 2- SECONDARY).
1
, 2
Pix key for the transaction
"recipient@example.com"
Transaction identifier
"TXN-ABC-123"
Response
Transaction created successfully
Generated transaction ID
"TXN-abcd1234-5678-9012-3456-789012345678"
Transaction status enumeration (-1 - PROCESSING_ERROR, 0- PROCESSING, 1- PENDING_CONFIRM, 2- EXECUTED, 3- FAILED, 4- REVERSAL, 5- REPROVED, 6- SCHEDULE, 7- CANCELLED).
-1
, 0
, 1
, 2
, 3
, 4
, 5
, 8
, 9