Create static virtual accounts
Create a static virtual account
Create a static virtual account
POST
https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static
To create a static virtual account the below parameters should be provided.
Attention should be given to parameters marked *required
.
Query Parameters
Name
Type
Description
API-version
String
The version of API
Request Body
Name
Type
Description
Account name*
String
Clients account name
BVN*
String
Clients bank verification number
Collection account number *
String
Clients collection account number
Currency code*
String
Currency code e.g NGN
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string"
}

{
"accountName": "string",
"bvn": "string",
"collectionAccountNumber": "string",
"currencyCode": "string"
}

Response body
Inputting the correct parameters should give you a 201
: Success
response which will populate the below Success details. Also specified are possible responses from the request.
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string"
}
Last updated