Learn R Programming

RStripe (version 0.1)

stripe_retrieve_customer: Retrieve a Customer.

Description

Retrieve the information about a specific customer using their id.

Usage

stripe_retrieve_customer(api_key, customer_id)

Arguments

api_key
Your Stripe API Key
customer_id
The id of the customer you want to retrieve

Value

A data frame with the Customer info if successful.