🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
PATCH
request and applies only if the merchant has already set up a custom schedule using the Schedule Transfer POST API.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": ""
}'
[
{
"id": "lEZ5rgQ2QLP1KD6XLcH7S",
"currency": "AUD",
"schedule": "MON * * *", // cron
"status": "active"
},
{
"id": "lEZ5rgQ2QLP1KD6cH7S",
"currency": "AUD",
"schedule": "MON * * *", // cron
"status": "active"
}
]