cURL
curl --request POST \ --url https://api.example.com/v2/applications/requirements/features \ --header 'Content-Type: application/json' \ --data ' { "country": "<string>", "feature": "VIRTUAL_ACCOUNT", "customerId": "<string>", "industry": "<string>" } '
{ "type": "<string>", "country": "<string>", "fields": {}, "documents": [ { "documentType": "<string>", "name": "<string>", "required": true } ] }
VIRTUAL_ACCOUNT
^cus_[0-9A-Za-z]{22}$
Map of section name to field descriptor. Call the requirements endpoint for the full structure.
Show child attributes