Schedule Payout
Developing
GET
https://ws2-payments.datmanpay.com/api/v1/schedule-transfer/<mid>
Get Scheduled Transfer API
Overview
Key Points
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://ws2-payments.datmanpay.com/api/v1/schedule-transfer/<mid>' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "kshflshf",
"data": [
{
"schedule_transfer_id": "ST123",
"currency": "EUR",
"schedule": "30 17 * * MON", // cron expression
"description": "",
"refrence": ""
},
{
"schedule_transfer_id": "ST124",
"currency": "EUR",
"schedule": "30 17 * * MON", // cron expression
"description": "",
"refrence": ""
}
]
}'
Response Response Example
[
{
"id": "lEZ5rgQ2QLP1KD6XLcH7S",
"merchantAccount": "incididunt ea sint",
"currency": "BYN",
"schedule": "tempor velit minim",
"status": "nulla magna aliquip culpa"
},
{
"id": "YprgeSCiBiZOrl6r1Xn13",
"merchantAccount": "pariatur deserunt aute id dolor",
"currency": "STN",
"schedule": "irure dolor Duis",
"status": "consequat exercitation reprehenderit aliqua"
},
{
"id": "A5Q6qHmF9jwTHmjA85Ah-",
"merchantAccount": "fugiat id",
"currency": "HKD",
"schedule": "qui dolor",
"status": "proident culpa tempor"
}
]
Request
Body Params application/json