KashierDevelopersKashier Developers

Get payout scheduler details

curl -X GET "https://test-api.kashier.io/v2/transfers/schedulers/string"
{  "message": "success",  "data": {    "merchantTransferId": "transfer12349",    "recipientName": "Ahmed Mohamed",    "recipientNumber": "1012345678",    "recipientBank": "CIB",    "amount": 100,    "method": "bank",    "status": "ACTIVE",    "createdAt": "2026-06-18 10:30:00+00:00",    "recurringFrequency": "MONTHLY",    "nextRun": "2026-07-18 10:30:00+00:00"  }}

Retrieves one recurring payout scheduler, including the transfer template it repeats, its recurring frequency, and the date it next runs.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

schedulerId*string

The scheduler id returned when the scheduler was created.

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/transfers/schedulers/{schedulerId}