The Update Account API allows you to update a sub-account's information or link a created Account Holder to verify the account.
{
"account_holder_id": "4376b7b0-1c44-46be-8640-828f79cdc8be"
}
{
"public profile": {
"name": "New Business Name"
}
}
A valid email address associated with the object
Public name of the account.
Additional description visible publicly.
The unique ID of an Account Holder object
{
"id": "5cafeb170a2b18519b1b8761",
"created": "2021-01-01T10:00:00Z",
"updated": "2021-01-01T10:00:00Z",
"type": "OWNED",
"email": "angie@pinkpanther.com",
"public_profile": {
"business_name": "Angie's lemonade stand"
},
"status": "LIVE"
}
{
"id": "5cafeb170a2b18519b1b8761",
"created": "2021-01-01T10:00:00Z",
"updated": "2021-01-01T10:00:00Z",
"type": "OWNED",
"email": "angie@pinkpanther.com",
"public_profile": {
"business_name": "Angie's lemonade stand"
},
"status": "LIVE",
"account_holder_id": "4376b7b0-1c44-46be-8640-828f79cdc8be"
}
ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account
Timestamp of when the object was created
Timestamp of when the object was updated
The type of account created
A valid email address associated with the object
Public name of the account.
Additional description visible publicly.
The country (based on ISO 3166-1 Alpha-2) of incorporation for a business, or the country of residence for an individual.
Status of the Account you are creating.
Contains the configurations for CUSTOM sub-accounts. Parameters available: payment_settings_follow_platform, has_withdrawal, has_dashboard
Indicates if payment settings follow the platform.
Indicates if the account has withdrawal enabled.
Indicates if the account has access to the dashboard.
Not found error
{
"error_code": "DATA_NOT_FOUND",
"message": "Could not find payout with the corresponding ID. Please try again with a valid ID.",
"errors": [
"Detailed description here"
]
}
The object being referenced does not exist