Share a customer's Sumsub identity token with Banxa before creating an order. Banxa uses the token to retrieve KYC details directly from Sumsub, reducing re-verification friction in the checkout flow.
Requires HMAC authorization.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/identities/token/share
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/identities/token/share
curl -i -X POST \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/identities/token/share' \
-H 'Accept: application/json' \
-H 'Authorization: string' \
-H 'Content-Type: application/json' \
-d '{
"externalCustomerId": "string",
"email": "string",
"mobileNumber": "string",
"provider": {
"vendor": "",
"token": "string"
}
}'Response
{ "externalCustomerId": "string" }