🚧 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 GET 'https://sandbox-payments-{{account-name}}.datmanpay.com/rest-api/api/v1/split-commission-types?type_id' \
--header 'api_token: <api-key>'{
"requestId": "reqid_abc123",
"outcome": "success",
"data": {
"custom": [
{
"id": 999,
"commission_type": "Custom Fee",
"business_provider": "{{BUSINESS_NAME}}",
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:00:00Z"
}
],
"global": [
{
"id": 3,
"commission_type": "Delivery Fee",
"business_provider": null,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
},
{
"id": 8,
"commission_type": "Delivery Fee Customer",
"business_provider": null,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
]
}
}