put https://api.sandbox.safehavenmfb.com/accounts//subaccount
This creates a new sub-account based on the specified information in the request body
Log in to see full request history
Responses
This creates a new sub-account based on the specified information in the request body
xxxxxxxxxx
13curl --request PUT \
--url https://api.sandbox.safehavenmfb.com/accounts/id/subaccount \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"identityType": "BVN",
"metadata": {},
"autoSweepDetails": {
"schedule": "Instant"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: