stripe_retrieve_card: Retrieve a card from a customer

Description Usage Arguments Value

View source: R/cards.R

Description

Retrieve the information about a credit card. Can retrieve last 4 digits.

Usage

1
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


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