API structure has changed
  11 structure changes including:
    
    1 Addition
    10 Modifications
        Modified
        10
      
      GET /api/v1/accounts
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/accounts/{account_resource_id}/balances
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/accounts/{account_resource_id}/overdrafts
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/accounts/{account_resource_id}/owners
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/accounts/{account_resource_id}/transactions
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/accounts/{account_resource_id}/transactions/{transaction_resource_id}/details
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/end-user-identity
              - Authentication
 - oauth authentication method Added
 
GET /api/v1/trusted-beneficiaries
              - Authentication
 - oauth authentication method Added
 
POST /api/v1/funds-confirmations
              - Authentication
 - oauth authentication method Added
 
POST /api/v1/payment-requests
              - Authentication
 - oauth authentication method Added
 
        Added
        1
      
      GET /api/v1/oauth/token