cURL
curl --request GET \ --url https://api.peere.network/v1/recurring/{scheduleId} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "scheduleId": "<string>", "customerId": "<string>", "agreementPhrase": "<string>", "amount": 123, "currency": "<string>", "frequency": "<string>", "interval": 123, "status": "<string>", "startDate": "2023-11-07T05:31:56Z", "nextBillingDate": "2023-11-07T05:31:56Z" } }
Get a single recurring billing schedule by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Recurring schedule retrieved successfully
200
true
Show child attributes