🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location '/v1/merchants//business-details' \
--header 'api_key: <api-key>'{
"business_details": {
"legal_name": "string",
"trading_name": "string",
"company_number": "string",
"legal_entity": "string",
"industry": "string",
"vat_number": "string",
"telephone_number": "string",
"website_url": "string",
"registered_address": {
"address_line1": "string",
"address_line2": "string",
"city": "string",
"county": "string",
"post_code": "string",
"state": "string",
"country": "string"
},
"trading_address": {
"address_line1": "string",
"address_line2": "string",
"city": "string",
"county": "string",
"post_code": "string",
"state": "string",
"country": "string"
}
},
"owner_details": {
"full_name": "string",
"email": "string",
"telephone_number": "string",
"address_line1": "string",
"address_line2": "string",
"city": "string",
"county": "string",
"post_code": "string"
}
}