Aggregator and Sub-merchants
This API allows you to be profiled as an aggregator and also create sub-merchants dynamically under your account.
This documentation site has been deprecated as of September 8, 2025, and will no longer receive updates. Please refer to the new documentation site at https://docs.squadco.com.
With this, you are able to initiate transactions from a central point for all businesses or sub merchants under you using the same API keys.
Authorization Any request made without the authorization key (secret key) will fail with a 401
(Unauthorized)
response code.
Example: Authorization: Bearer sandbox_sk_94f2b798466408ef4d19e848ee1a4d1a3e93f104046f
Create Sub-merchants.
This API is used to create a sub-merchant, the sub-merchant will have its own ID and will automatically have its own view on the dashboard.
Create Sub-merchants (Aggregator)
POST
https://sandbox-api-d.squadco.com/merchant/create-sub-users
Request Body
display_name*
String
Name of sub-merchant
account_name*
String
Sub-merchant's settlement bank account name
bank_code*
String
Sub-merchant's settlement bank code. e.g 058
account_number*
String
Sub-merchant's settlement account number
bank*
String
Name of sub-merchant's settlement bank e.g GTBank
{
"status": 200,
"success": true,
"message": "Success",
"data": {
"account_id": "AGGERYG8WF34"
}
}
Last updated
Was this helpful?