get https://api-h.wudipay.techworks.app/api/charges/end_to_end_id/
The Fetch Charge by EndToEndId endpoint in the Wudi Pay allows users to retrieve detailed information about a specific charge using its unique end-to-end identifier (EndToEndId). This feature is essential for tracking and accessing the details of a specific payment transaction.
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
- EndToEndId: Make sure you use the correct EndToEndId and in the appropriate format to avoid errors.
- Transaction Monitoring: Use this endpoint to monitor and access specific payment transaction details as needed.