The payment account object

AttributeTypeDescription
namestringDisplay name of the payment account.
statusstringOnboarding status of the payment account.
uidstringPodium unique identifier for payment account.
businessNamestringRegistered business name on the payment account.
chargesEnabledbooleanWhether the payment account can currently take charges.
{
  "name": "Hogwarts Collections",
  "status": "VERIFIED",
  "uid": "00000000-0000-0000-0000-000000000000",
  "businessName": "Hogwarts Ltd",
  "chargesEnabled": true
}