🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location --request POST 'https://ws2-portal-api.datmancrm.com/merchants/ws2/api/v1/merchants/merchant-association' \
--header 'api_key: <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "create",
"isPartner": false,
"storeId": "040925",
"email": "testing@datman.je",
"phoneNumber": "+447411506103",
"country": "United States",
"firstName": "QA",
"lastName": "Test",
"businessName": "Test business",
"changeOfownership": true
}'{
"message": "New merchant account has been created and has been added to the <email>",
"merchantId": 12345678,
"account_verification_status": false,
"bank_verification_status": false,
"email": "<email>",
"signup_link": "<signup_link"
}