v3 Request Structure
The v3 transaction status request requires the usual integration fields plusparams.id (the transaction reference) and params.type (payin or payout).
Example
v3 Response Structure
The v3 response returns unified transaction metadata. Example (masked):Variables
| Variable | Description |
|---|---|
client_id | Your integration client_id |
params.id | Transaction reference (ref) |
params.type | Transaction type: payin or payout |
salt | Salt used to build the signature |
timestamp | Unix timestamp |
signature | HMAC signature for request validation |

