🚧 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 PUT '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": "Updated Commission Type Name"
}'{
"requestId": "reqid_abc123",
"outcome": "success",
"data": {
"id": 999,
"commission_type": "Updated Fee",
"business_provider": "{{BUSINESS_NAME}}",
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-20T15:30:00Z"
}
}