Schedule Payout
Developing
PATCH
https://ws2-payments.datmanpay.comapi/v1/schedule-transfer/<mid>/<ST_id>
Update Scheduled Transfer API
Overview
PATCH
request and applies only if the merchant has already set up a custom schedule using the Schedule Transfer POST API.Key Points
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://ws2-payments.datmanpay.comapi/v1/schedule-transfer/<mid>/<ST_id>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": "63123",
"currency": "EUR",
"schedule": "30 17 * * MON", // cron expression
"description": "",
"refrence": ""
}'
Response Response Example
[
{
"id": "lEZ5rgQ2QLP1KD6XLcH7S",
"currency": "AUD",
"schedule": "MON * * *", // cron
"status": "active"
},
{
"id": "lEZ5rgQ2QLP1KD6cH7S",
"currency": "AUD",
"schedule": "MON * * *", // cron
"status": "active"
}
]
Request
Body Params application/json