referenceType and reference
referenceType and reference
referenceType and referenceThe Wallet status and Wallet cancel payment endpoints require two path parameters that identify the transaction:
reference
referencereference is the PSP-issued transaction identifier returned from the Wallet Sale / Hybrid Sale.
The PSP uses this value to locate the correct transaction for status lookup or cancellation.
referenceType
referenceTypereferenceType tells the PSP what kind of reference you're providing.
- Current required value: pspReference
- Designed for future extension (e.g., other reference types).
Example Usage
GET /v1/wallet/status/pspReference/<pspReference>
POST /v1/wallet/cancel/pspReference/<pspReference>