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.

Generates a KYC checkout link for a customer.

post

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
post
/customer/{id}/bank-transfer/kyc/initiate

Last updated