Charity Service
The SurePay IBAN-Name Check provides a standard lookup service for the ‘gironummers’ of Charities in The Netherlands. For example, for "giro 555", SurePay will provide the corresponding IBAN and name of the charity to the bank, so the user can complete an easy money transfer to the charity.
The name of the charity is not mandatory in this request, but the account accountId.type
= SHORTENED_ACCOUNT
should be used. In this case, SurePay will return the name and the IBAN of the charity, so the bank can use this for the transfer.
This add-on service may be used by IBAN-Name Check customers at no additional cost. For more information about the Charity Service, please contact info@surepay.nl.
Request
To receive the IBAN related to the Charity Service, the request should contain a SHORTENED_ACCOUNT
accountId
objectMandatoryname
string
Response
In the response the corresponding IBAN will be passed back.
result
objectAlways returned
Request
{
"accountId": {
"value": "555",
"type": "SHORTENED_ACCOUNT"
},
"name": "Giro 555"
}
Response
{
"result": {
"account": {
"accountHolderType": "ORG",
"iban": "NL08INGB0000000555",
"status": "ACTIVE"
},
"resultType": "MATCHING"
}
}