SEPA Secure KYC API
Currently it is possible to only pass KYC with the UI provided by XGateway. Use the API below to get a URL.
This API is required only if the customer has not yet passed KYC.
VPN usage may block a customer from passing KYC checks. It is highly recommended to warn customers not to use VPN (including Apple Private Relay).
Initiates a KYC checkout link for a specified customer.
It generates a KYC checkout link for the customer, optionally localized by the provided locale.
Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
- Unique identifier of the customer.
Body
- The request body containing KYC link options.
isKycNoSdkbooleanOptional
applicationIdstringOptional
localestringOptional
Responses
201
Created
application/json
400
Database violation
application/json
401
Unauthorized
application/json
500
Internal server error
application/json
post
/customer/{id}/bank-transfer/kyc/initiateLast updated