🚧 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": "123223",
"email": "test@datman.je",
"phoneNumber": "+11234567890",
"country": "United States",
"firstName": "John",
"lastName": "Snow",
"businessName": "Kebab House",
"changeOfownership": true,
"isReseller": false
}'{
"message": "New merchant account has been created and has been added to the {{email}}",
"merchantId": "{{merchant_id}}",
"account_verification_status": false,
"bank_verification_status": false,
"email": "{{email}}",
"signup_link": "{{signup_link}}"
}