v9
OpenAPI 3.1.02026-08-043703845.2 MBPartners
Retrieve a referred business
Retrieves a single referred business and its referral terms.
get/partners/businesses/{id}
Response
partner business retrieved
Example response
{
"account": {
"capabilities": {
"accept_bank_payments": "active",
"accept_bnpl_payments": "active",
"accept_card_payments": "active",
"bank_deposit": "active",
"card_deposit": "active",
"card_issuing": "active",
"crypto_deposit": "active",
"crypto_payout": "active",
"instant_payout": "active",
"run_ads": "active",
"standard_payout": "active",
"transfer": "active"
},
"recommended_actions": [
{
"action": "theme_business",
"status": "optional"
}
],
"required_actions": [
{
"action": "deposit_funds",
"status": "required"
}
]
}
}