API Reference

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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!