Rdocumentation
powered by
Learn R Programming
RStripe (version 0.1)
stripe_retrieve_card: Retrieve a card from a customer
Description
Retrieve the information about a credit card. Can retrieve last 4 digits.
Usage
stripe_retrieve_card(api_key, card_id, customer_id)
Arguments
api_key
Your Stripe API Key
card_id
The id for the card you want to retrieve
customer_id
The id for the customer where the card is added to.
Value
A data frame with card information