Create a Transaction Rule
Create Transaction Rule
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success"
}Last updated
Was this helpful?
{
"status": "success"
}Last updated
Was this helpful?
Was this helpful?
curl -X POST https://workspace.myeshopbox.com/payments/api/v1/transactionRules \
-H "Content-Type: application/json" \
-H "Authorization: Bearer XXXX" \
-d $'{
"ruleName": "TR2",
"channelId": "12",
"feeId": [
"1",
"3",
"5"
],
"dueDays": "7",
"settlementType": "weekly",
"settlementDates": "",
"settlementWeekdays": "Thursday",
"transactionRuleId": "",
"status": "",
"portalId": 2,
"transactionId": 3
}'