The following resources are applicable:
Mount Point: /rest/v2/accounts
The accounts REST service end point returns a set of Accounts
element: | media types: |
---|---|
accounts | application/xml, application/json |
Accounts
HTTP Status Code | Description |
---|---|
200 OK | Accounts found |
Options call to handle CORS requests (typically coming from javascript frameworks like jQuery) See here for further information.
element: | media types: |
---|---|
(custom) | /, application/xml |
(no documentation provided)
Mount Point: /rest/v2/accounts/{accountType}
The accounts REST service end point returns a set of Accounts with a specific account type.
name | description | type | default |
---|---|---|---|
accountType | The specific account type to select by. Can be one of: ‘bank_accounts’, ‘credit_cards’, ‘payment_processing_accounts’. | path |
element: | media types: |
---|---|
accounts | application/xml, application/json |
Accounts or Errors
HTTP Status Code | Description |
---|---|
200 OK | Accounts found |
400 Bad Request | Invalid input, returns message body of Errors |