Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.rivoopay.com/pix-automatic/recurrences/{id} \ --header 'X-API-KEY: <api-key>'
{ "status": 123, "message": "<string>", "data": { "id": "<string>", "productId": "<string>", "customerId": "<string>", "value": "<string>", "createdAt": "2023-11-07T05:31:56Z", "charges": [ { "id": "<string>", "total": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "paymentDate": "2023-11-07T05:31:56Z", "endToEndId": "<string>" } ], "productName": "<string>", "customerName": "<string>", "dayDue": 123, "dayGenerateCharge": 123, "externalRecurrenceId": "<string>", "paymentLinkUrl": "<string>", "emv": "<string>", "qrCode": "<string>", "isRecurringTemplate": true } }
"charge_abc123"
Show child attributes