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 POST \ --url https://api.rivoopay.com/pix-automatic/recurrences \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "productId": "prod_abc123", "customerId": "customer_abc123" } '
{ "status": 123, "message": "<string>", "data": { "id": "<string>", "productId": "<string>", "customerId": "<string>", "value": "<string>", "createdAt": "2023-11-07T05:31:56Z", "productName": "<string>", "customerName": "<string>", "dayDue": 123, "dayGenerateCharge": 123, "externalRecurrenceId": "<string>", "paymentLinkUrl": "<string>", "emv": "<string>", "qrCode": "<string>", "isRecurringTemplate": true } }
"prod_abc123"
"customer_abc123"
Show child attributes