v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Retry 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

idstring
namestring
account_idstring
countrystring
descriptionstring
merchant_referencestring
statusstring
{"stackTrail":"paths:/subscriptions/{id}/retry:post:responses:200:content:application/json:schema:properties:metadata","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/subscriptions/{id}/retry:post:responses:200:content:application/json:schema:properties:additional_data","oasType":"schema","type":"unknown"}
initial_payment_validationboolean
created_atstring
updated_atstring

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"
}