Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_delete_card: Delete a credit card on Stripe.
Description
Delete a credit card off a customer's account.
Usage
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