stripe_billing_portal_session: Billing Portal Session Object

stripe_billing_portal_sessionR Documentation

Billing Portal Session Object

Description

The stripe_checkout_session represents your customer's session as they pay for one-time purchases or subscriptions through Checkout or Payment Links. We recommend creating a new Session each time your customer attempts to pay.

Format

An R6 Class object

Methods

  • create: Creates a billing_portal_session on Stripe.

Methods

Public methods


Method new()

Usage
stripe_billing_portal_session$new(..., metadata = list())

Method create()

Usage
stripe_billing_portal_session$create(
  customer = NULL,
  configuration = NULL,
  flow_data = NULL,
  locale = NULL,
  on_behalf_of = NULL,
  return_url = NULL,
  metadata = list()
)

Method clone()

The objects of this class are cloneable with this method.

Usage
stripe_billing_portal_session$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


MrDAndersen/stRipe documentation built on March 17, 2024, 7:25 p.m.