v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetry Subscription
post/subscriptions/{id}/retry
Path parameters
idstring required
The unique identifier of the subscription, see create subscription (UUID).
Headers
x-account-codestring
The account_id found in your Yuno Dashboard (UUID).
Response
200
Example response
{
"id": "0054840f-bcd5-4d8e-b86c-c18ede81c556",
"name": "Test Subscription",
"account_id": "f7c5fe77-721b-49c2-84d3-957748df3c2c",
"country": "CL",
"description": "Subscription Test",
"merchant_reference": "subscription-ref-merchant-AA01",
"status": "ACTIVE",
"amount": {
"currency": "CLP",
"value": 15000
},
"frequency": {
"type": "MONTH",
"value": 1
},
"billing_cycles": {
"total": 12,
"current": 2,
"next_at": "2025-05-29T11:13:31.786421Z"
},
"customer_payer": {
"id": "1c6d1a88-d8d5-4c09-b19c-852530d89f05"
},
"payment_method": {
"type": "CARD",
"vaulted_token": "743880c1-1bdb-4572-99a8-c4e5ce184895"
},
"availability": {
"start_at": "2025-04-29T11:13:31.786421Z"
},
"retries": {
"amount": 6
},
"trial_period": {
"billing_cycles": 1
},
"created_at": "2025-04-29T11:13:31.786421Z",
"updated_at": "2025-04-29T11:13:31.942325Z"
}