get https://api-h.wudipay.techworks.app/api/account
The Fetch Balance endpoint within the Wudi Pay API allows users to retrieve the current account balance associated with their account. This endpoint provides real-time information about the financial standing of the user, facilitating accurate and up-to-date financial management.
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
- Security: Never expose your access token in public code or repositories. Use environment variables to store this sensitive information.
- Token Monitoring: Implement a mechanism to monitor the validity of the access token and renew it as necessary to avoid service interruptions.