https://api.payload.com/processing_accounts
Nested Objects
https://api.payload.com/processing_accounts/{id}/application_link
https://api.payload.com/processing_accounts/{id}/legal_entity
https://api.payload.com/processing_accounts/{id}/logo
https://api.payload.com/processing_accounts/{id}/notifications
https://api.payload.com/processing_accounts/{id}/parent_org
https://api.payload.com/processing_accounts/{id}/payment_methods
https://api.payload.com/processing_accounts/{id}/processing_settings
Example
{
"id": "acct_hEqwi4vU3C2cXgdjoJR3lrCs",
"object": "processing_account",
"attrs": {},
"created_at": "2024-08-21 13:35:03",
"description": "string",
"industry": "string",
"legal_entity": {},
"legal_entity_id": "le_1SB8iGUOeTj24w3H4e3VSRr2e",
"modified_at": "2024-08-21 13:35:03",
"name": "string",
"parent_org_id": "acct_irhXCY1SupUNQfbO6dzJ8KZQ",
"payment_methods": [],
"processing_settings": {},
"processing_settings_id": "ps_KwL4xFF2FmUE1BsN4cSIaBpt",
"status": "incomplete",
"underwriting": {},
"billing_contact": {
"city": "string",
"email": "[email protected]",
"name": "string",
"phone": "string",
"postal_code": "string",
"state_province": "string",
"street_address1": "string",
"street_address2": "string",
"website": "string"
}
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: processing_account |
attrsjson |
Custom object attributes |
created_atdatetime readonly |
None |
descriptionstring |
Optional description of the account |
industrystring |
Primary processing industry |
legal_entityobject |
Associated Legal Entity object |
legal_entity_idid |
ID of associated legal entity |
modified_atdatetime readonly |
None |
namestring required |
Name for the account, either a person or company name |
parent_org_idid |
Specify the parent org for an account |
payment_methodslist |
Array of associated Payment Method objects |
processing_settingsobject |
Associated Processing Setting object |
processing_settings_idid readonly: update |
ID of the associated processing settings |
statusstring |
Status of the processing account activation |
underwritingjson readonly: function |
None |
| billing_contact: | |
|---|---|
citystring |
City of the billing contact |
email |
Email of the billing contact |
namestring |
Name of the billing contact |
phonestring |
Phone number of the billing contact |
postal_codestring |
Zipcode of the billing contact |
state_provincestring |
State of the billing contact |
street_address1string |
Street address of the billing contact |
street_address2string |
Street address 2 of the billing contact |
websitestring |
Website of the billing contact |