curl --location --request POST 'https://api.recital.finance/api/wallets/account' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <api-key>' \ --data-raw '{ "walletID": "RC_WAL-3CRWDOWVBO", "createVirtualAccount": true, "customer": { "psuId": "1232345465768", "psuIdType": "BVN", "name": "Donald Trump", "email": "e@x.com", "phone": "08011223344", "address": "test address", "city": "earth", "state": "mars", "postcode": "test", "country": "pluto" } }'
{ "walletId": "RC_WAL-6DB1M9XQ", "accountWalletId": "616b3434-6318-4593-9d29-78302ee19a08", "customerEmail": "e@x.com", "customerName": null, "bankName": "Mock Bank", "accountNumber": "0067100155", "currency": "NGN", "amount": 0, "createdAt": null, "updatedAt": null }
Guide on creating a wallet account.
RC_WAL-XXXXXX
true
BVN
NIN