Retrieve the latest status of a remittance using your reference or UUID.
Auth: Requires a Remittance token (Authorization: Bearer <remittance_token>).
| Field | Type | Notes |
|---|---|---|
transaction_reference | string | Your client reference used when creating the remittance. |
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.