Debit Refund Transaction
A Debit Refund Transaction in the PIX system is a transaction initiated to return funds to the payer, typically as a result of a previous transaction failure or a refund request. Refund Transaction
States
The transaction process starts in the CREATED
state. After this, the system checks whether the transaction was initiated via the API and whether there are any pending signatures. If pending signatures exist, the transaction moves to the PENDING_SIGNATURES
state until all signatures are completed. Once all signatures are collected, if any reject the transaction, it transitions to the FAILED
state.
Otherwise, the transaction proceeds to the processing phase, updating its status to PROCESSING
.
After processing, if the transaction is successful, it transitions to the COMPLETED
state. If the processing fails, the transaction moves to the FAILED
state.
Updated 2 months ago