List available requirements
Sandbox only — not available in Production.
Returns all requirement fields that can be set as due on an entity. Use the field values when calling the Set requirements due endpoint.
Responses
- application/json
- 401
Unauthorized
- 404
Simulator not available in this environment. These endpoints are not registered in production.
Request Example for get/simulate/requirements-due
Shell Curl
curl 'https://{prefix}.api.sandbox.checkout.com/simulate/requirements-due' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
[
{
"field": "individual.identification.document",
"type": "string"
}
]