- Marking a payment as paid
- Marking a payment as cancelled
- Returning an updated list of awaiting payments using optional date and currency filters
Authentication
Authentication token obtained after login.
Device UUID used for request tracking.
Platform identifier (e.g., “WEB”, “ANDROID”, “IOS”).
Request Body
Unique ID of the awaiting payment to update.
Action to perform. Accepted values:
"paid""cancel"
Currency used to filter updated list results (e.g.,
"USD", "NGN").Start date (
dd/MM/yyyy) for fetching updated awaiting payments.End date (
dd/MM/yyyy) for fetching updated awaiting payments.