cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2.1/fintrans/vop/verify \ --header 'Content-Type: application/json' \ --data '{}'
Verification of Payee — checks name + IBAN + BIC before SEPA transfer
curl --request POST \ --url 'https://sandbox.finhub.cloud/api/v2.1/fintrans/vop/verify' \ --header 'Authorization: Bearer <ACCESS_TOKEN>' \ --header 'X-Tenant-Id: <TENANT_ID>' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'X-Forwarded-From: <FORWARDED_FROM>' \ --header 'deviceId: <DEVICE_ID>' \ --data '{ "iban": "DE89370400440532013000", "bic": "DEUTDEFF", "name": "Partner GmbH" }'
OK