Subscription Payment
Retrieve a cycle on a subscription
Returns a single cycle that belongs to the given subscription. A cycle that doesn't exist — or that belongs to a different account — returns 404 Not Found.
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">subscription:read</code>
get/subscription/{id}/cycle/{cycle_id}
Path parameters
idstring uuid required
UUID of the subscription the cycle belongs to.
cycle_idstring uuid required
UUID of the cycle to retrieve.
Response
OK
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "RENEWABLE",
"status": "PENDING",
"value": 10.5,
"capture_at": "2026-05-22T09:00:00Z",
"description": "monthly charge",
"key": "my-key"
}