get
https://dev.fintavapay.com/api/dev/virtual-wallet/
Get the details of a virtual wallet you've generated. Details include, payment status, and wallet's status (active/disabled).
Where to find wallet id
A wallet is created after you generate a virtual wallet. Please not that the wallet id is the second id under the data object. Here's an example of what it looks like. "id": "12ea77b9-6447-49da-a57a-ae86a87dc5ef", See the result below and find the id that corresponds with this example.
{
"data": {
"customerName": "John Doe",
"merchantReference": "T1234T56",
"expireTimeInMin": 20,
"description": "School fees",
"amount": 100,
"phone": "09036652198",
"email": "[email protected]",
"virtualAcctName": "Google_Inc_/Fintava",
"virtualAcctNo": "1195695605",
"merchant": {
"id": "50719eea-35d6-4016-8128-47ba3bae3d49"
},
"jobId": "211",
"metadata": null,
"webhookUrl": null,
"bank": "Iyin Ekiti Microfinance Bank Limited (Loma Bank)",
"redirectUrl": null,
"id": "12ea77b9-6447-49da-a57a-ae86a87dc5ef",
"createdAt": "2023-12-15T19:17:09.382Z",
"updatedAt": "2023-12-15T19:17:09.382Z",
"requestTime": "2023-12-15T19:17:09.382Z",
"status": "ONGOING",
"paymentStatus": "NO_PAYMENT"
},
"status": 200,
"message": "successful"
}