| Parameter | Description | |
|---|---|---|
| transaction_id | Unique PayPaga assigned transaction identifier | |
| status | New status for the transaction | Enum values:
|
| merchant_id | Unique PayPaga assigned merchant identifier | |
| transaction_type | Transaction type | Enum values:
|
| merchant_transaction_reference | Merchant supplied unique transaction identifier for correlation |
|
| country_code | ISO 3166-1 Alpha 2 Country code where the transaction is being processed | |
| currency | ISO 4217 alphabetic currency code of the transaction amount | |
| payment_method_code | Payment method code | |
| transaction_input | Original data provided by the merchant or end customer to PayPaga when initiating the payment | |
| transaction_amount | Pay-In - Original transaction amount initiated expressed as a decimal amount in the currency major and minor unit | |
| paid_amount | Pay-In - Amount actually paid by end customer expressed as a decimal amount in the currency major and minor unit | |
| unsolicited_payment | Indicates whether the pay-in was automatically generated | Boolean: true if the transfer was received without a prior API-created transaction |
{
"transaction_id": "20260813-1329-40cb-96b2-84e3d9deaa61",
"status": "Approved",
"merchant_id": "ea685a4e-eab4-4b3c-a42a-e012c076ea30",
"transaction_type": "Payin",
"merchant_transaction_reference": "fLqqCP2qHNlnNOsA",
"country_code": "BR",
"currency": "BRL",
"payment_method_code": "BNKTR",
"transaction_input": {
"document_number": "241.390.720-32",
"first_name": "First",
"last_name": "Last"
},
"transaction_amount": 58.83,
"paid_amount": 58.83,
"unsolicited_payment": false
}