Get ob institutions
GET https://api.martpay.net/api/v2/pis/payment/ob-institutions
GET https://api.martpay.net/api/v2/pis/payment/ob-institutionsName
Value
Name
Type
Description
curl --location 'https://api.martpay.net/api/v2/pis/payment/ob-institutions' \
--header 'x-api-key: {{API_KEY}}' [
{
"institution_id": "22cd85e2-c368-4310-a9e6-a3d208e2eb4b",
"institution_name": "ABN AMRO",
"country_code": "NL",
"logoUrl": "https://d1uuj3mi6rzwpm.cloudfront.net/logos/providers/nl/abn_amro_nl.svg",
"is_for_test": false
},
{
"institution_id": "67bd35a3-2574-4c76-911c-6974aeb4cbbd",
"institution_name": "Allianz Bank Financial Advisors",
"country_code": "IT",
"logoUrl": "https://d1uuj3mi6rzwpm.cloudfront.net/logos/providers/bg/allianz_bg.svg",
"is_for_test": false,
"extraFields": [
"iban"
]
},
]Last updated
