Sub-Account Holder
A Sub-account holder is limited to just 10 for an Account Holder. What this means is that you can create 10 virtual accounts using the same details as the Main Account Holder. All you need to pass is the main account holder ID and some basic details such as the first and last name and phone number.
API Reference โก
curl --location --request POST 'https://api.withmono.com/issuing/v1/accountholders' \
--data-raw '{
"main_account": "61d749a553b7038524231c4b",
"first_name": "Mono",
"last_name": "Technologies",
"phone": "08023094857"
}'
{
"status": "success",
"message": "Account holder created successfully",
"data": {
"id": "61a73645c2d313658ce82d44"
}
}
Updated 2 months ago
Did this page help you?