🚧 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//owner-details' \
--header 'api_key: <api-key>'{
"owner_details": {
"title": "string",
"full_name": "string",
"email": "string",
"telephone_number": "string",
"date_of_birth": "string",
"nationality": "string",
"ownership_percentage": 0,
"address_line1": "string",
"address_line2": "string",
"city": "string",
"county": "string",
"post_code": "string",
"state": "string",
"country": "string"
}
}