Partner Profile Object
Example
{
"uuid": "partner_4bc1056297",
"name": "John Doe",
"partner_network_status": "approved"
"stripe_connected": true
}
Property
Type
Description
uuid
string
the unique ID of the partner
name
string
the name of the partner
partner_network_status
string
the partner's status.
Possible values:
blocked
account_incomplete
pending
rejected
approved
stripe_connected
Boolean
true/false
whether the Stripe onboarding has been successful
Last updated
Was this helpful?