Retrieve the latest status of a collection using your reference or UUID.
Auth: Requires a Collection token (Authorization: Bearer <collection_token>).
| Field | Type | Notes |
|---|---|---|
transaction_reference | string | Your client reference used when creating the collection. |
request_uuid | string | Request UUID returned by the platform (if provided). |
payment_uuid | string | Waftpay payment UUID (numeric string). |
state can be processing, succeeded, failed, or canceled.NOT_FOUND response.payment_reference is a separate Waftpay reference; do not send it as payment_uuid.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.