v5
latestOpenAPI 3.1.02026-07-262421791.5 MBprofile
Check profile verification status
You can check the verification status of a profile using this API. This is a profile-specific API resource which should be accessed using an access token acquired for the profile.
We do not expose any finer details of customer verification.
post/v3/profiles/{profileId}/verification-status/bank-transfer
Path parameters
profileIdinteger required
Profile ID.
Query parameters
source_currenciesstring required
Comma-separated list of ISO 4217 currency codes.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
Verification status response.
Example response
{
"routes": [
{
"source_currency": "GBP",
"maximum_entitled_amount": 100000,
"current_status": "verified"
}
],
"request_id": "e66da5f6-2456-403c-bfcb-908885ee1a61"
}