| Attribute | Type | Description |
|---|---|---|
| name | string | Display name of the payment account. |
| status | string | Onboarding status of the payment account. |
| uid | string | Podium unique identifier for payment account. |
| businessName | string | Registered business name on the payment account. |
| chargesEnabled | boolean | Whether the payment account can currently take charges. |
{
"name": "Hogwarts Collections",
"status": "VERIFIED",
"uid": "00000000-0000-0000-0000-000000000000",
"businessName": "Hogwarts Ltd",
"chargesEnabled": true
}