Update static account
Update a static virtual account
Update a static virtual account
PUT https://api-fsdh360-test.fsdhgroup.com/api/v1/virtualaccounts/static
To update 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
Bank verification number
Virtual account number*
String
Virtual account number
Collection account number *
String
Collection account number
{
"accountNumber": "string",
"accountName": "string",
"collectionAccountNumber": "string",
"bvn": "string",
"accountType": 1,
"accountCurrency": "string"
}{
"accountName": "string",
"bvn": "string",
"virtualAccountNumber": "string",
"collectionAccountNumber": "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"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}https://api-fsdh360.fsdhgroup.com/api/v1/virtualaccounts/static Last updated