Hi,
We're trying to retrieve IBAN and BIC from a payment method. We get the following using https://integration.visma.net/API/controller/api/v1/paymentmethod/10:
{
"paymentMethodID": "10",
"active": true,
"meansOfPayment": "CashOrCheck",
"description": "test",
"useInAP": true,
"details": []
}
So how do we get the IBAN and BIC contained in the payment settings of the payment method?
... View more