post https://example.com/api/compliances/kyms
Log in to see full request history
Response
xxxxxxxxxx
25curl --request POST \
--url https://example.com/api/compliances/kyms \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"flow": "DEFAULT",
"business": {
"hasRecurringRevenue": true,
"hasPhysicalDelivery": true,
"deliveryTime": "LESS_5_DAYS",
"isDropShipping": true,
"currency": "EUR"
},
"company": {
"country": "AF",
"ownershipStructure": "SOLE_DIRECTOR"
},
"bankAccount": {
"currency": "EUR",
"identifierType": "IBAN",
"secondIdentifierType": "BIC_SWIFT"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: