API structure has changed
  35 structure changes including:
    
    6 Breaking changes
    3 Additions
    28 Modifications
    4 Removals
        Modified
        28
          Breaking
      
      POST /register
              - Body
 - 
   content type Modified
    
- email_confirm, phone, token properties Removed
 - email, organization_name properties Added
 
 - Response
 - 
  200 response Modified
    
- name_first, name_last properties Modified
 
 
POST /products
              - Body
 - 
   content type Modified
    
- product_overview, promotional_policies, post_promotional_policies properties Modified
 
 - Response
 - 
  200 response Modified
    
- promotional_policies, post_promotional_policies properties Modified
 
 
POST /payout_entities
              - Body
 - 
   content type Modified
    
- irs_tin property Added
 
 - Response
 - 404 response Added
 
POST /customers
              - Body
 - 
   content type Modified
    
- assign_to_accounts property Modified
 
 
POST /api_users
              - Body
 - 
   content type Modified
    
- name_first, name_last, phone properties Added
 
 - Response
 - 
  200 response Modified
    
- email, created_at, expires_at properties Removed
 - status property Added
 
 
POST /accounts/{account_id}/temp_promos
              - Response
 - 
  200 response Modified
    
- ach, debit_card, credit_card properties Modified
 
 
POST /accounts/{account_id}/notes
              - Response
 - 
  200 response Modified
    
- author property Modified
 
 
POST /accounts/{account_id}/line_items/refunds
              - Body
 - 
   content type Modified
    
- merchant_data property Modified
 
 
POST /accounts/{account_id}/line_items/payments/payment_transfer
          POST /accounts/{account_id}/line_items/payments/payment_record
              - Body
 - 
   content type Modified
    
- Additional properties are NOT allowed property Removed
 - Additional properties are allowed property Added
 
 
POST /accounts/{account_id}/line_items/payments
          POST /accounts/{account_id}/line_items/manual_fees
              - Body
 - 
   content type Modified
    
- Additional properties are NOT allowed property Removed
 - Additional properties are allowed property Added
 
 - Response
 - 
  200 response Modified
    
- effective_at, created_at, line_item_summary, merchant_data, issuer_processor_details, external_fields, line_item_overview properties Added
 
 
POST /accounts/{account_id}/line_items/debit_offsets
              - Body
 - 
   content type Modified
    
- Additional properties are NOT allowed property Removed
 - allocation, Additional properties are allowed properties Added
 
 
POST /accounts/{account_id}/line_items/credit_offsets
              - Body
 - 
   content type Modified
    
- Additional properties are NOT allowed property Removed
 - allocation, Additional properties are allowed properties Added
 
 
POST /accounts/{account_id}/line_items/charges
              - Body
 - 
   content type Modified
    
- merchant_data property Modified
 
 
POST /accounts
              - Body
 - 
   content type Modified
    
- account_id, payment_processor_config, cycle_type, summary, promo_overview properties Modified
 - assign_payout_entities property Removed
 
 - Response
 - 
  200 response Modified
    
- payment_processor_config, cycle_type, summary properties Modified
 
 
GET /products
              - Response
 - 
  200 response Modified
    
- results property Modified
 
 
GET /organization
              - Response
 - 
  200 response Modified
    
- payment_processors property Modified
 - features property Added
 
 
GET /customers/accounts
              - Response
 - 
  200 response Modified
    
- results property Modified
 
 
GET /api_users/summary
              - Response
 - 
  200 response Modified
    
- name_first, name_last properties Modified
 
 
GET /api_users
              - Response
 - 
  200 response Modified
    
- name_first, name_last properties Modified
 
 
GET /accounts/{account_id}/statements/{statement_id}
              - Response
 - 
  200 response Modified
    
- line_items property Modified
 
 
GET /accounts/{account_id}/notes
              - Response
 - 
  200 response Modified
    
- author property Modified
 
 
GET /accounts/{account_id}/line_items/{line_item_id}
              - Response
 - 
  200 response Modified
    
- results property Modified
 
 
GET /accounts/{account_id}/line_items
              - Response
 - 
  200 response Modified
    
- results property Modified
 
 
GET /accounts/{account_id}
              - Response
 - 
  200 response Modified
    
- payment_processor_config, cycle_type, summary properties Modified
 
 
PUT /accounts/{account_id}/line_items/{line_item_id}
              - Response
 - 
  200 response Modified
    
- merchant_data property Modified
 
 
PUT /accounts/{account_id}/payment_processor_config
              - Body
 - 
   content type Modified
    
- ach, debit_card, credit_card properties Modified
 
 - Response
 - 
  200 response Modified
    
- ach, debit_card, credit_card properties Modified
 
 
        Removed
        4
          Breaking
      
      POST /api_users/login
          PUT /api_users/password
          PUT /organization/credit_reporting
          PUT /organization/payment_processors
          
        Added
        3
      
      PUT /organization/payment_processors
          PUT /organization/credit_reporting
          PUT /customers/{customer_id}