v1
latestOpenAPI 3.1.02026-07-242325051.4 MBCore Data
PaymentMethods
Get all payment methods.
get/v2/paymentmethods
Response
OK
Example response
{
"paymentMethods": [
{
"id": 10,
"name": "iDeal",
"description": "iDEAL",
"sequence": 1,
"public": true,
"status": "active",
"image": "/payment_methods/1.svg",
"translations": {
"translations": {
"name": {
"nl_NL": "...",
"en_GB": "..."
},
"description": {
"nl_NL": "...",
"en_GB": "..."
}
}
},
"targetCountries": [
"NL",
"BE"
],
"paymentProfiles": [
{
"id": 1630,
"name": "Pin (Maestro)",
"publicName": "Pin (Maestro)",
"public": true,
"paymentMethodGroup": "ONLINEBANK",
"paymentType": "SALE",
"customerIdType": "IBAN",
"riskCategory": "FAIR",
"translations": {
"translations": {
"name": {
"nl_NL": "...",
"en_GB": "..."
},
"description": {
"nl_NL": "...",
"en_GB": "..."
}
}
},
"issuers": [
{
"id": "1",
"code": "PB-1234-4321",
"name": "ABN AMRO"
}
],
"categories": [
{
"code": "CY-1234-4321",
"name": "Overige consumenten aankopen"
}
],
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}