-
ATM
- Create ATM
- Create ATM Attribute
- Delete ATM
- Delete ATM Attribute
- Get ATM Attribute By ATM_ATTRIBUTE_ID
- Get ATM Attributes
- Get Bank ATM
- Get Bank ATMS
- Head Bank ATMS
- UPDATE ATM
- Update ATM Accessibility Features
- Update ATM Attribute
- Update ATM Location Categories
- Update ATM Notes
- Update ATM Services
- Update ATM Supported Currencies
- Update ATM Supported Languages
-
ATM
- Create ATM
- Create ATM Attribute
- Delete ATM
- Delete ATM Attribute
- Get ATM Attribute By ATM_ATTRIBUTE_ID
- Get ATM Attributes
- Get Bank ATM
- Get Bank ATMS
- Head Bank ATMS
- UPDATE ATM
- Update ATM Accessibility Features
- Update ATM Attribute
- Update ATM Location Categories
- Update ATM Notes
- Update ATM Services
- Update ATM Supported Currencies
- Update ATM Supported Languages
v5.1.0 filtered by tag: ATM (17 APIs)
Create ATM
Create ATM.
Authentication is Mandatory
URL Parameters:
BANK_ID: gh.29.uk
JSON request body fields:
accessibility_features: ["ATAC","ATAD"]
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
id: d8839721-ad8f-45dd-9f78-2080414b93f9
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
type:
value: 5987953
attributes: attribute value in form of (name, value)
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_active: true
{
"id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"bank_id":"gh.29.uk",
"name":"Atm by the Lake",
"address":{
"line_1":"No 1 the Road",
"line_2":"The Place",
"line_3":"The Hill",
"city":"Berlin",
"county":"",
"state":"Brandenburg",
"postcode":"13359",
"country_code":"DE"
},
"location":{
"latitude":11.45,
"longitude":11.45
},
"meta":{
"license":{
"id":"ODbL-1.0",
"name":"Open Database License"
}
},
"monday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"tuesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"wednesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"thursday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"friday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"saturday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"sunday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"is_accessible":"true",
"located_at":"",
"more_info":"More information about this fee",
"has_deposit_capability":"true",
"supported_languages":["es","fr","de"],
"services":["ATBP","ATBA"],
"accessibility_features":["ATAC","ATAD"],
"supported_currencies":["EUR","MXN","USD"],
"notes":["String1","String2"],
"location_categories":["ATBI","ATBE"],
"minimum_withdrawal":"5",
"branch_identification":"",
"site_identification":"",
"site_name":"",
"cash_withdrawal_national_fee":"",
"cash_withdrawal_international_fee":"",
"balance_inquiry_fee":"",
"atm_type":"",
"phone":"",
"attributes":[{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}]
}
-
CanCreateAtm
- Please login to request this Role
-
CanCreateAtmAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Create ATM Attribute
Create ATM Attribute
The type field must be one of "STRING", "INTEGER", "DOUBLE" or DATE_WITH_DAY"
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON request body fields:
name: ACCOUNT_MANAGEMENT_FEE
type:
value: 5987953
is_active: true
JSON response body fields:
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
name: ACCOUNT_MANAGEMENT_FEE
type:
value: 5987953
is_active: true
{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}
-
CanCreateAtmAttribute
- Please login to request this Role
-
CanCreateAtmAttributeAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Delete ATM
-
CanDeleteAtmAtAnyBank
- Please login to request this Role
-
CanDeleteAtm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Delete ATM Attribute
Delete ATM Attribute
Delete a Atm Attribute by its id.
Authentication is Mandatory
URL Parameters:
ATM_ATTRIBUTE_ID: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
-
CanDeleteAtmAttribute
- Please login to request this Role
-
CanDeleteAtmAttributeAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get ATM Attribute By ATM_ATTRIBUTE_ID
Get ATM Attribute By ATM_ATTRIBUTE_ID
Authentication is Mandatory
URL Parameters:
ATM_ATTRIBUTE_ID: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
name: ACCOUNT_MANAGEMENT_FEE
type:
value: 5987953
is_active: true
{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}
-
CanGetAtmAttribute
- Please login to request this Role
-
CanGetAtmAttributeAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get ATM Attributes
Get ATM Attributes
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_attributes: atm_attributes
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
name: ACCOUNT_MANAGEMENT_FEE
type:
value: 5987953
is_active: true
{
"atm_attributes":[{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}]
}
-
CanGetAtmAttribute
- Please login to request this Role
-
CanGetAtmAttributeAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Get Bank ATM
Returns information about ATM for a single bank specified by BANK_ID and ATM_ID including:
- Address
- Geo Location
- License the data under this endpoint is released under
- ATM Attributes
Authentication is Optional
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
type:
value: 5987953
attributes: attribute value in form of (name, value)
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_active: true
{
"id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"bank_id":"gh.29.uk",
"name":"Atm by the Lake",
"address":{
"line_1":"No 1 the Road",
"line_2":"The Place",
"line_3":"The Hill",
"city":"Berlin",
"county":"",
"state":"Brandenburg",
"postcode":"13359",
"country_code":"DE"
},
"location":{
"latitude":11.45,
"longitude":11.45
},
"meta":{
"license":{
"id":"ODbL-1.0",
"name":"Open Database License"
}
},
"monday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"tuesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"wednesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"thursday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"friday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"saturday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"sunday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"is_accessible":"true",
"located_at":"",
"more_info":"More information about this fee",
"has_deposit_capability":"true",
"supported_languages":["es","fr","de"],
"services":["ATBP","ATBA"],
"accessibility_features":["ATAC","ATAD"],
"supported_currencies":["EUR","MXN","USD"],
"notes":["String1","String2"],
"location_categories":["ATBI","ATBE"],
"minimum_withdrawal":"5",
"branch_identification":"",
"site_identification":"",
"site_name":"",
"cash_withdrawal_national_fee":"",
"cash_withdrawal_international_fee":"",
"balance_inquiry_fee":"",
"atm_type":"",
"phone":"",
"attributes":[{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-30009: ATM not found. Please specify a valid value for ATM_ID.
- OBP-50000: Unknown Error.
Get Bank ATMS
Returns information about ATMs for a single bank specified by BANK_ID including:
- Address
- Geo Location
- License the data under this endpoint is released under
Pagination:
By default, 100 records are returned.
You can use the url query parameters limit and offset for pagination
Authentication is Optional
URL Parameters:
BANK_ID: gh.29.uk
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
atms:
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
type:
value: 5987953
attributes: attribute value in form of (name, value)
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_active: true
{
"atms":[{
"id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"bank_id":"gh.29.uk",
"name":"Atm by the Lake",
"address":{
"line_1":"No 1 the Road",
"line_2":"The Place",
"line_3":"The Hill",
"city":"Berlin",
"county":"",
"state":"Brandenburg",
"postcode":"13359",
"country_code":"DE"
},
"location":{
"latitude":11.45,
"longitude":11.45
},
"meta":{
"license":{
"id":"ODbL-1.0",
"name":"Open Database License"
}
},
"monday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"tuesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"wednesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"thursday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"friday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"saturday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"sunday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"is_accessible":"true",
"located_at":"",
"more_info":"More information about this fee",
"has_deposit_capability":"true",
"supported_languages":["es","fr","de"],
"services":["ATBP","ATBA"],
"accessibility_features":["ATAC","ATAD"],
"supported_currencies":["EUR","MXN","USD"],
"notes":["String1","String2"],
"location_categories":["ATBI","ATBE"],
"minimum_withdrawal":"5",
"branch_identification":"",
"site_identification":"",
"site_name":"",
"cash_withdrawal_national_fee":"",
"cash_withdrawal_international_fee":"",
"balance_inquiry_fee":"",
"atm_type":"",
"phone":"",
"attributes":[{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}]
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-50000: Unknown Error.
Head Bank ATMS
Head Bank ATMS.
Authentication is Optional
URL Parameters:
BANK_ID: gh.29.uk
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atms:
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
id: d8839721-ad8f-45dd-9f78-2080414b93f9
{
"atms":[{
"id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"bank_id":"gh.29.uk",
"name":"Atm by the Lake",
"address":{
"line_1":"No 1 the Road",
"line_2":"The Place",
"line_3":"The Hill",
"city":"Berlin",
"county":"",
"state":"Brandenburg",
"postcode":"13359",
"country_code":"DE"
},
"location":{
"latitude":11.45,
"longitude":11.45
},
"meta":{
"license":{
"id":"ODbL-1.0",
"name":"Open Database License"
}
},
"monday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"tuesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"wednesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"thursday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"friday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"saturday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"sunday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"is_accessible":"true",
"located_at":"",
"more_info":"More information about this fee",
"has_deposit_capability":"true",
"supported_languages":["es","fr","de"],
"services":["ATBP","ATBA"],
"accessibility_features":["ATAC","ATAD"],
"supported_currencies":["EUR","MXN","USD"],
"notes":["String1","String2"],
"location_categories":["ATBI","ATBE"],
"minimum_withdrawal":"5",
"branch_identification":"",
"site_identification":"",
"site_name":"",
"cash_withdrawal_national_fee":"",
"cash_withdrawal_international_fee":"",
"balance_inquiry_fee":""
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-50000: Unknown Error.
UPDATE ATM
Update ATM.
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
branch_identification: branch_identification
cash_withdrawal_international_fee:
city:
closing_time: 2020-01-27
country_code: 1254
has_deposit_capability: true
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_accessible: true
latitude: 38.8951
location_categories: location_categories
longitude: -77.0364
meta:
minimum_withdrawal: minimum_withdrawal
more_info: More information about this fee
name: ACCOUNT_MANAGEMENT_FEE
notes: notes
services: services
site_identification: site_identification
site_name: site_name
supported_currencies: ["EUR","MXN","USD"]
supported_languages: ["es","fr","de"]
type:
value: 5987953
attributes: attribute value in form of (name, value)
id: d8839721-ad8f-45dd-9f78-2080414b93f9
is_active: true
{
"id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"bank_id":"gh.29.uk",
"name":"Atm by the Lake",
"address":{
"line_1":"No 1 the Road",
"line_2":"The Place",
"line_3":"The Hill",
"city":"Berlin",
"county":"",
"state":"Brandenburg",
"postcode":"13359",
"country_code":"DE"
},
"location":{
"latitude":11.45,
"longitude":11.45
},
"meta":{
"license":{
"id":"ODbL-1.0",
"name":"Open Database License"
}
},
"monday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"tuesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"wednesday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"thursday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"friday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"saturday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"sunday":{
"opening_time":"10:00",
"closing_time":"18:00"
},
"is_accessible":"true",
"located_at":"",
"more_info":"More information about this fee",
"has_deposit_capability":"true",
"supported_languages":["es","fr","de"],
"services":["ATBP","ATBA"],
"accessibility_features":["ATAC","ATAD"],
"supported_currencies":["EUR","MXN","USD"],
"notes":["String1","String2"],
"location_categories":["ATBI","ATBE"],
"minimum_withdrawal":"5",
"branch_identification":"",
"site_identification":"",
"site_name":"",
"cash_withdrawal_national_fee":"",
"cash_withdrawal_international_fee":"",
"balance_inquiry_fee":"",
"atm_type":"",
"phone":"",
"attributes":[{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}]
}
-
CanUpdateAtm
- Please login to request this Role
-
CanUpdateAtmAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
- OBP-20006: User is missing one or more roles:
Update ATM Accessibility Features
Update ATM Accessibility Features.
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
accessibility_features: ["ATAC","ATAD"]
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"accessibility_features":["ATAC","ATAD"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Update ATM Attribute
Update ATM Attribute.
Update an ATM Attribute by its id.
Authentication is Mandatory
URL Parameters:
ATM_ATTRIBUTE_ID: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_attribute_id: xxaf2a-9a0f-4bfa-b30b-9003aa467f51
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
bank_id: gh.29.uk
name: ACCOUNT_MANAGEMENT_FEE
type:
value: 5987953
is_active: true
{
"bank_id":"gh.29.uk",
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"atm_attribute_id":"xxaf2a-9a0f-4bfa-b30b-9003aa467f51",
"name":"ACCOUNT_MANAGEMENT_FEE",
"type":"",
"value":"5987953",
"is_active":true
}
-
CanUpdateAtmAttribute
- Please login to request this Role
-
CanUpdateAtmAttributeAtAnyBank
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-30001: Bank not found. Please specify a valid value for BANK_ID.
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Update ATM Location Categories
Update ATM Location Categories.
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
location_categories: location_categories
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"location_categories":["ATBI","ATBE"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Update ATM Notes
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"notes":["String1","String2"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Update ATM Services
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"services":["ATBP","ATBA"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Update ATM Supported Currencies
Update ATM Supported Currencies.
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
supported_currencies: ["EUR","MXN","USD"]
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"supported_currencies":["EUR","MXN","USD"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Update ATM Supported Languages
Update ATM Supported Languages.
Authentication is Mandatory
URL Parameters:
ATM_ID: atme0352a-9a0f-4bfa-b30b-9003aa467f51
BANK_ID: gh.29.uk
JSON response body fields:
atm_id: atme0352a-9a0f-4bfa-b30b-9003aa467f51
supported_languages: ["es","fr","de"]
{
"atm_id":"atme0352a-9a0f-4bfa-b30b-9003aa467f51",
"supported_languages":["es","fr","de"]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.