Skip to content

Unofficial Stripe API Integration for R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

nutrivetpet/rstripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstripe

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

The goal of rstripe is to interact with the Stripe API, from R.

It is an independent, community-developed R package for Stripe (not created by or affiliated with Stripe).

Installation

You can install the development version of rstripe like so:

pak::pak("nutrivetpet/rstripe")

Example

Fetch all charges:

library(rstripe)
dat <- list_charges("test", limit = Inf)

About

Unofficial Stripe API Integration for R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages