{
"name": "Check Status Payment",
"actionOnFail": "interrupt",
"schedule": {
"factor": "second",
"amount": 1,
"time": "2025-11-24T10:09:46.646Z"
},
"type": "repeat",
"expiry": {
"value": "5",
"unit": "minutes"
},
"batches": [
{
"priority": 0,
"refId": "69242ede0c49fdb5b68e6fb6"
}
]
}curl --location --request POST '/admin/runner/createRunner' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"name": "Check Status Payment",
"actionOnFail": "interrupt",
"schedule": {
"factor": "second",
"amount": 1,
"time": "2025-11-24T10:09:46.646Z"
},
"type": "repeat",
"expiry": {
"value": "5",
"unit": "minutes"
},
"batches": [
{
"priority": 0,
"refId": "69242ede0c49fdb5b68e6fb6"
}
]
}'