stripe.plans.create( { amount: 1000, name: "A monthly membership", id: "monthly-membership", interval: "month", currency: "gbp" }, { stripe_account: "your-account-id-from-step-1" } )