---
title: "Check profile verification status"
method: POST
path: "/v3/profiles/{profileId}/verification-status/bank-transfer"
tags: ["profile"]
---

# Check profile verification status

`POST /v3/profiles/{profileId}/verification-status/bank-transfer`

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.

## Path parameters

- `profileId` integer, required

## Query parameters

- `source_currencies` string, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Verification status response.

- object
  - `routes` object[]
    - `source_currency` string — ISO 4217 currency code.
    - `maximum_entitled_amount` number — Maximum entitled amount that can be transferred with the user's given verification state.
    - `current_status` 'verified' | 'not_verified' — Current verification status. - `verified` — Profile is verified. `maximum_entitled_amount` can be ignored (note that some regional limits may still apply). - `not_verified` with `maximum_entitled_amount: 0` — Profile is not verified. Any payments from the user will be delayed by verification. - `not_verified` with `maximum_entitled_amount > 0` — Profile is not yet verified but the user can make payments up to a cumulative limit. Once reached, further payments may be delayed by additional verification requirements.
  - `request_id` string — Request identifier.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/versions/4907a1d269ab/schema)
