stripe_create_recipient: Add a recipient to Stripe.
Description
Add a new recipient to your account to schedule transfers and more.
Usage
stripe_create_recipient(api_key, args)
Arguments
api_key
Your Stripe API Key
args
A required list that must contain
- name
- required The legal name of recipient.
- type
- required put 'individual' or 'corporation'.
- tax_id
- optional The tax ID either 'SSN' for individual or 'EIN' for corporation
- bank_account
- optional token or dictionary of details.
- card
- optional A US Visa/Mastercard debit card to put transfer on.
- email
- optional Recipients email address.
- description
- optional Arbitrary string to describe.
- metadata
- optional key/value for storing information.
Value
A data frame with new recipient information