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.
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"
}
}Changes
Changed in 2 of the 6 revisions of this API.162836
- ▲
the
minimumresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
rejectresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
soft_matchresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
soft_rejectresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ○
added the optional property
minimum/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/dobto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/given_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/legal_entity_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/national_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/place_of_birthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
minimum/surnameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/dobto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/given_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/legal_entity_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/national_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/place_of_birthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
reject/surnameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/dobto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/given_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/legal_entity_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/national_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/place_of_birthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_match/surnameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/addressto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/dobto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/given_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/legal_entity_nameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/national_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/place_of_birthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
soft_reject/surnameto the response with the200statusresponse-optional-property-added
- ○
added the required property
minimum/payload_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
minimum/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
reject/payload_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
reject/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
soft_match/payload_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
soft_match/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
soft_reject/payload_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
soft_reject/typeto the response with the200statusresponse-required-property-added
- ▲
- ▲
the
minimumresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
the
rejectresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
the
soft_matchresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
the
soft_rejectresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
removed the required property
minimum/payload_versionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
minimum/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
reject/payload_versionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
reject/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
soft_match/payload_versionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
soft_match/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
soft_reject/payload_versionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
soft_reject/typefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
minimum/addressfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/dobfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/given_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/legal_entity_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/national_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/place_of_birthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
minimum/surnamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/addressfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/dobfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/given_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/legal_entity_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/national_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/place_of_birthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
reject/surnamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/addressfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/dobfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/given_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/legal_entity_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/national_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/place_of_birthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_match/surnamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/addressfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/dobfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/given_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/legal_entity_namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/national_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/place_of_birthfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
soft_reject/surnamefrom the response with the200statusresponse-optional-property-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲