🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/onboarding/reseller-merchants-summary' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reseller_id": 0
}'{
"summary": {
"total_merchants": 0,
"staggered_onboarding": 0,
"up_to1000": 0,
"up_to5000": 0,
"fully_verified": 0,
"closed_or_suspended": 0
}
}