Status Code: 200 OK{ "code": "200", "success": true, "message": "Wallet found.", "data": { // Details of the wallet associated with the mobile number }}
Status Code: 400 Bad Request{ "code": "400", "success": false, "message": "Invalid request data", "data": null}Status Code: 500 Internal Server Error{ "code": "500", "success": false, "message": "The key value at position 0 of the call to 'DbSet<VirtualAccountProvider>.Find' was of type 'int', which does not match the property type of 'Guid'.", "data": null}
Assistant
Responses are generated using AI and may contain mistakes.