🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location -g --request POST 'https://sandbox-payments-{{account-name}}.datmanpay.com/rest-api/api/v1/split-commission-types' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"commission_type": "Custom Delivery Fee"
}'{
"requestId": "reqid_abc123",
"outcome": "success",
"data": {
"id": 1001,
"commission_type": "Custom Delivery Fee",
"business_provider": "{{BUSINESS_NAME}}",
"created_at": "2024-01-20T10:00:00Z"
}
}