Kyc Customer

Perform a Know Your Customer (KYC) check on a consumer customer. The response may indicate that more details are required in which case subsequent calls with the additional details can be made. See Know Your Customer for more details.

Alpha release - Consider this endpoint experimental and very likely to change in future.

SecurityMarketplace Api Key | Merchant Secret Token | Customer JWT
Request
header Parameters
Merchant-Id
string

Perform operation in the context of the given merchant. Usually not required — specify only if acting on behalf of a merchant not implied by the credentials specified in the Authorization header.

Request Body schema: application/json
required
One of:
required
object (KycConsumerCustomer1)
Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/customers/kyc
Request samples
application/json
{
  • "KycConsumerCustomer": {
    }
}
Response samples
application/json
{
  • "ConsumerCustomerKycResult": {
    }
}
Copyright © April Solutions 2023. All right reserved.