Skip to main content
POST
/
api
/
v2.1
/
fintrans
/
vop
/
verify
Verify Payee (VOP)
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/fintrans/vop/verify \
  --header 'Content-Type: application/json' \
  --data '{}'

Sample cURL

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"
  }'

Headers

X-Tenant-ID
string

Body

application/json
{key}
any

Response

200

OK