post http://api.pandascrow.io/sandbox/index/create/virtual/account
This endpoint would allow you to add your card on Pandascrow
[POST] {{baseurl}}/sandbox/index/create/virtual/account
Pandascrow Wallet β Create Virtual Account
Below is a list of parameters required to create a virtual account.
Param | Required? | Description | type |
---|---|---|---|
currency | Yes | Enter the currency for this account (e.g NGN) | String |
channel | Yes | Provide channel [e.g wema, vfd, or providus] | String |
accType | Yes | Provide account type, (individual or corporate) | String |
API Object
{
"status": 200,
"data": {
"message": "virtual account was successfully created",
"_id": "6352ca1ab8a1866f38627793",
"reference": "8dc0d37b-e7eb-4287-a4ab-31df2736be33"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/create/virtual/account' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'