Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_retrieve_plan: Retrieve a Plan
Description
Retrieve the information on a particular plan on your account.
Usage
stripe_retrieve_plan(api_key, plan_id)
Arguments
api_key
Your Stripe API Key
plan_id
The id of the plan you want to retrieve
Value
A data frame with the plan info if successful.