Skip to main content

Validate Promo Code

POST 

/v1/stripe/promo-code/validate

Validate a promo code against a plan type using Stripe API

Request

Body

required

    promo_code Promo Code (string)required

    The promo code to validate

    plan_type Plan Type (string)required

    The plan type to validate the promo code against

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...