Off-chain
Get KYC sample data.
This method can be used to test different behaviors during the off-chain KYC data exchange process. The data is used by the counterparty wallet app to set up its test account’s KYC data.
get/kyc_sample
Response
success
Example response
{
"minimum": {
"type": "individual",
"payload_version": 1,
"given_name": "Tom",
"surname": "Jack"
},
"reject": {
"type": "individual",
"payload_version": 1,
"given_name": "Tom",
"surname": "Jack"
},
"soft_match": {
"type": "individual",
"payload_version": 1,
"given_name": "Tom",
"surname": "Jack"
},
"soft_reject": {
"type": "individual",
"payload_version": 1,
"given_name": "Tom",
"surname": "Jack"
}
}