Processing Accounts

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
id
string readonly
Object ID
object
string readonly
Value: processing_account
attrs
json
Custom object attributes
created_at
datetime readonly
None
description
string
Optional description of the account
industry
string
Primary processing industry
legal_entity
object
Associated Legal Entity object
legal_entity_id
id
ID of associated legal entity
modified_at
datetime readonly
None
name
string required
Name for the account, either a person or company name
parent_org_id
id
Specify the parent org for an account
payment_methods
list
Array of associated Payment Method objects
processing_settings
object
Associated Processing Setting object
processing_settings_id
id readonly: update
ID of the associated processing settings
status
string
Status of the processing account activation
underwriting
json readonly: function
None
billing_contact:  
city
string
City of the billing contact
email
email
Email of the billing contact
name
string
Name of the billing contact
phone
string
Phone number of the billing contact
postal_code
string
Zipcode of the billing contact
state_province
string
State of the billing contact
street_address1
string
Street address of the billing contact
street_address2
string
Street address 2 of the billing contact
website
string
Website of the billing contact