get https://api-h.wudipay.techworks.app/api/charges
The Fetch Charges endpoint in the Wudi Pay API allows users to retrieve information about charges based on specified criteria. This endpoint provides a paginated list of charges, allowing users to navigate through different pages of results. It is particularly useful for fetching and displaying a list of charges to users, integrating charge data into applications, or performing analysis on charge-related information.
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.