# Get Account Config Endpoint: GET /config Version: 2.0 Security: accountId, apiKey ## Response 200 fields (application/json): - `generic` (string) URL for generic notification. - `authorisation` (string) URL for authorisation notification. - `transaction` (string) URL for transaction notification. - `visa_fwd` (string) URL for redirect clients on credit card forward. - `visa_detail` (string) URL for credit card payment detail. - `account` (string) The UUID of the related account. Example: "b2080452-bad1-4455-8ae7-9f5ea552a274" - `client_id` (string) The id of the related client. Example: "EASYP030002" - `payment_methods` (array) The available payments for the related account. ## Response 403 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request. ## Response 429 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request. ## Response 500 fields (application/json): - `status` (string, required) - `message` (array, required) An array of human-readable messages included in the response. These messages provide detailed information about the success of the operation or explain the reasons for any failure. This field is always present in the response to ensure clarity and transparency regarding the outcome of the API request.