返回周期扣款的当前状态。
GET
https://api.payzu.io/v1/charges/recurrences/{recurrentPaymentId}Responses
curl -X GET "https://api.payzu.io/v1/charges/recurrences/string" \ -H "Authorization: Bearer {{token}}"fetch("https://api.payzu.io/v1/charges/recurrences/string", { method: "GET", headers: { "Authorization": "Bearer {{token}}" }})import requestsurl = "https://api.payzu.io/v1/charges/recurrences/string"response = requests.request("GET", url, headers = { "Authorization": "Bearer {{token}}"})print(response.text)200