PayZuDocs

查询循环扣款

返回周期扣款的当前状态。

GEThttps://api.payzu.io/v1/charges/recurrences/{recurrentPaymentId}
GET
/charges/recurrences/{recurrentPaymentId}

Path Params

Recurrence id

Responses

curl -X GET "https://api.payzu.io/v1/charges/recurrences/string" \  -H "Authorization: Bearer {{token}}"
200
{
"recurrentPaymentId": "5f1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d",
"interval": "MONTHLY",
"status": "ACTIVE",
"amount": 10000,
"nextRecurrency": "2026-07-12T00:00:00.000Z",
"endDate": "2027-06-12T00:00:00.000Z"
}