/b2b/kyc/access-token
Get KYC access token for iframe
Query Parameters
- Type: string enumfeaturerequired
KYC feature
values- crypto
- iban
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/b2b/kyc/access-token
curl 'https://sandbox-api.mrcr.io/v1.6/b2b/kyc/access-token?feature=crypto' \
--header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN'
{
"status": 200,
"data": {
"kyc_access_token": "_act-ca4dae41-0ecd-468d-86e2-02d5ca697b8d",
"applicant_id": "6315bcb2647ada0001823025"
}
}