API Reference
API Reference

Retrieve charge

This endpoint allows querying information about a previously created charge by its unique identifier. It provides comprehensive details about the transaction including its current status, amount, payment method, and processing history.

This is particularly useful for monitoring payment status, reconciliation, and verifying transaction details.

Parameters: charge_uuid (str): Required. The unique identifier of the charge to retrieve. wallet_uuid (str): Required. The wallet associated with the charge.

Returns: 200 OK: The charge information was successfully retrieved. Returns the complete transaction details including status, amount, and timestamps. 400 Bad Request: Invalid input parameters provided. 404 Not Found: The charge or wallet was not found. 403 Forbidden: The authenticated user does not have permission to access this charge.

Note: This endpoint requires the requesting user to either be an admin or the owner of the wallet associated with the charge.

Language
Credentials
Header
Click Try It! to start a request and see the response here!