curl --request GET \
--url https://api.confiopagos.com/v1/stores/{store}/subscription-plans/{plan} \
--header 'Authorization: Bearer <token>'{
"name": "organizations/01JNRR1NY8MDX4XCGG0N4F06X3/stores/01JNRRDZDPH40DB2YRW329BFXM/subscription-plans/01JNRVWWHH68E76V3TMFFT6GHJ",
"displayName": "Premium Monthly Plan",
"amountCents": 5000000,
"currencyCode": "COP",
"billingCycleFrequency": "MONTHLY",
"billingCycleInterval": 1,
"trialPeriodDays": 7,
"status": "ACTIVE",
"createTime": "2024-01-15T10:30:00Z",
"updateTime": "2024-01-15T10:30:00Z",
"description": "Access to all premium features"
}Retrieve details of a specific subscription plan
curl --request GET \
--url https://api.confiopagos.com/v1/stores/{store}/subscription-plans/{plan} \
--header 'Authorization: Bearer <token>'{
"name": "organizations/01JNRR1NY8MDX4XCGG0N4F06X3/stores/01JNRRDZDPH40DB2YRW329BFXM/subscription-plans/01JNRVWWHH68E76V3TMFFT6GHJ",
"displayName": "Premium Monthly Plan",
"amountCents": 5000000,
"currencyCode": "COP",
"billingCycleFrequency": "MONTHLY",
"billingCycleInterval": 1,
"trialPeriodDays": 7,
"status": "ACTIVE",
"createTime": "2024-01-15T10:30:00Z",
"updateTime": "2024-01-15T10:30:00Z",
"description": "Access to all premium features"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"01G65Z755AFWAKHE12NY0CQ9FH"
"01JNRVWWHH68E76V3TMFFT6GHJ"
Successfully fetched subscription plan.
Subscription plan's resource name
"organizations/01JNRR1NY8MDX4XCGG0N4F06X3/stores/01JNRRDZDPH40DB2YRW329BFXM/subscription-plans/01JNRVWWHH68E76V3TMFFT6GHJ"
Display name of the plan
"Premium Monthly Plan"
Amount in cents
5000000
Currency code
"COP"
Billing cycle frequency
BILLING_FREQUENCY_UNSPECIFIED, MONTHLY, WEEKLY "MONTHLY"
Billing cycle interval
1
Trial period in days
7
Plan status
STATUS_UNSPECIFIED, ACTIVE, INACTIVE, ARCHIVED "ACTIVE"
Creation timestamp
"2024-01-15T10:30:00Z"
Last update timestamp
"2024-01-15T10:30:00Z"
Plan description
"Access to all premium features"