Other packages > Find by keyword >

RStripe  

A Convenience Interface for the Stripe Payment API
View on CRAN: Click here


Download and install RStripe package within the R console
Install from CRAN:
install.packages("RStripe")

Install from Github:
library("remotes")
install_github("cran/RStripe")

Install by package version:
library("remotes")
install_version("RStripe", "0.1")



Attach the package and use:
library("RStripe")
Maintained by
Evan Farrell
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-07-15
Latest Update: 2023-08-18
Description:
A convenience interface for communicating with the Stripe payment processor to accept payments online. See for more information.
How to cite:
Evan Farrell (2016). RStripe: A Convenience Interface for the Stripe Payment API. R package version 0.1, https://cran.r-project.org/web/packages/RStripe. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1 (2016-07-15 00:28)
Other packages that cited RStripe R package
View RStripe citation profile
Other R packages that RStripe depends, imports, suggests or enhances
Functions, R codes and Examples using the RStripe R package
Some associated functions: rstripe . stripe_balance_history . stripe_cancel_transfer . stripe_capture_charge . stripe_close_dispute . stripe_create_account_token . stripe_create_application_fee_refund . stripe_create_card . stripe_create_card_token . stripe_create_charge . stripe_create_coupon . stripe_create_customer . stripe_create_invoice . stripe_create_invoice_item . stripe_create_plan . stripe_create_recipient . stripe_create_refund . stripe_create_subscription . stripe_create_transfer . stripe_delete_card . stripe_delete_coupon . stripe_delete_customer . stripe_delete_customer_discount . stripe_delete_invoice_item . stripe_delete_plan . stripe_delete_recipient . stripe_delete_subscription . stripe_delete_subscription_discount . stripe_list_application_fee_refunds . stripe_list_application_fees . stripe_list_cards . stripe_list_charges . stripe_list_coupons . stripe_list_customers . stripe_list_events . stripe_list_invoice_items . stripe_list_invoices . stripe_list_plans . stripe_list_recipients . stripe_list_refunds . stripe_list_subscriptions . stripe_list_transfers . stripe_pay_invoice . stripe_retrieve_account . stripe_retrieve_application_fee . stripe_retrieve_application_fee_refund . stripe_retrieve_balance . stripe_retrieve_balance_transaction . stripe_retrieve_card . stripe_retrieve_charge . stripe_retrieve_coupon . stripe_retrieve_customer . stripe_retrieve_event . stripe_retrieve_invoice . stripe_retrieve_invoice_item . stripe_retrieve_invoice_line_items . stripe_retrieve_plan . stripe_retrieve_recipient . stripe_retrieve_refund . stripe_retrieve_subscription . stripe_retrieve_transfer . stripe_upcoming_customer_invoice . stripe_update_application_fee_refund . stripe_update_card . stripe_update_charge . stripe_update_coupon . stripe_update_customer . stripe_update_dispute . stripe_update_invoice . stripe_update_invoice_item . stripe_update_plan . stripe_update_recipient . stripe_update_refund . stripe_update_subscription . stripe_update_transfer . 
Some associated R codes: accounts.R . application_fee_refunds.R . application_fees.R . balance.R . cards.R . charges.R . coupons.R . customers.R . discounts.R . disputes.R . events.R . invoice_items.R . invoices.R . plans.R . recipients.R . refunds.R . subscriptions.R . tokens.R . transfers.R .  Full RStripe package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA