v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBGet Upcoming Payout Amount and Schedule
Get upcoming payout amount and schedule for a specific merchant by its ID.
get/v1/merchants/{id}/schedules
Path parameters
idstring required
Response
Successful response
Example response
{
"data": {
"id": "org_wuzk4s4pBmqqXpW8BcWUFLTL",
"type": "schedule",
"attributes": {
"options": [
"monthly",
"weekly"
],
"type": "daily",
"lineup": [
{
"amount": 10000,
"currency": "PHP",
"generation_at": 1770944400,
"receive_at": 1771174800
}
]
}
}
}