get https://api-h.wudipay.techworks.app/api/transactions
The Fetch Transactions endpoint in the Wudi Pay API enables users to retrieve a statement of transactions associated with their account. This endpoint provides detailed information about financial activities, offering insight into charges, fees, and other transactions within a specified date range.
HEADERS
Authorization (string, required): The access token generated by the authentication endpoint must be included in the authorization header in the format Bearer {{access_token}}.
Practical Tips
Pagination: Use the page parameter to manage the pagination of results, especially if you expect a large volume of transactions.