stripe_delete_card: Delete a credit card on Stripe.

Description Usage Arguments Value

View source: R/cards.R

Description

Delete a credit card off a customer's account.

Usage

1
stripe_delete_card(api_key, customer_id, card_id)

Arguments

api_key

Your Stripe API Key

customer_id

The id for the customer where the card is.

card_id

The id for the card you want to delete

Value

A data frame with card information


RStripe documentation built on May 2, 2019, 7:45 a.m.