Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 11.1 KB

getaccountresponse.md

File metadata and controls

9 lines (6 loc) · 11.1 KB

GetAccountResponse

Fields

Field Type Required Description Example
headers Dict[str, List[str]] ✔️ N/A
result components.Account ✔️ N/A {
"mode": "sandbox",
"accountID": "53ca67ea-6fd3-423f-9544-ce2404159d33",
"accountType": "business",
"displayName": "Whole Body Fitness LLC",
"profile": {
"business": {
"legalBusinessName": "Whole Body Fitness LLC",
"ownersProvided": false
}
},
"verification": {
"verificationStatus": "unverified",
"status": "unverified"
},
"settings": {
"cardPayment": {
"statementDescriptor": "Whole Body Fitness LLC"
},
"achPayment": {
"companyName": "Whole Body Fitne"
}
},
"createdOn": "2024-12-16T17:55:20.557151867Z",
"updatedOn": "2024-12-16T17:55:20.557151867Z"
}