cURL
curl --request GET \ --url https://waas-staging.embedly.ng/api/v1/wallets/get/customer/{customerId}/wallet/{walletId} \ --header 'x-api-key: <api-key>'
The endpoint allows you to retrieves the details of a specific wallet associated with a customer.
200 OK
{ "code": "200", "success": true, "message": "Wallet details retrieved successfully.", "data": { "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "availableBalance": 10000, "ledgerBalance": 12000, "currency": "USD", "status": "active" } }
{ "code": "400", "success": false, "message": "Invalid customer ID specified", "data": null }