credit_card_module: Server logic for Stripe Credit Card input

View source: R/credit_card_module.R

credit_card_moduleR Documentation

Server logic for Stripe Credit Card input

Description

Server logic for Stripe Credit Card input

Usage

credit_card_module(
  input,
  output,
  session,
  trigger = function() NULL,
  billing_details = function() list(),
  stripe_secret_key = .pp$keys$secret
)

Arguments

input

the Shiny server input

output

the Shiny server output

session

the Shiny server session

trigger

the reactive trigger to submit the payment to Stripe

billing_details

reactive returning a named list of billing details. Valid list element names are: - "name" - "email" - "phone"


Tychobra/polishedpayments documentation built on May 13, 2022, 7:15 p.m.