| Parameter | Description | |
|---|
| transaction_id | Unique PayPaga assigned transaction identifier |
| status | New status for the transaction | Enum values:- Approved - Payment provider successfully processed the transaction. Final successful state
- Declined - Payment provider declined the transaction during processing. Final failed state
- Error - Unexpected error during processing. Final failed state
- Failed - Unexpected error during processing. Final failed state
- Canceled - Payment provider cancelled the transaction. Final failed sate
|
| transaction_type | Transaction type | Enum values:- Payin - Pay In transaction
- Payout - Pay Out transaction
|
| merchant_transaction_reference | Merchant supplied unique transaction identifier for correlation | - Max length: 45
- Pattern: ^[A-Za-z0-9-_]+
|