Skip to content

cloudflying/vbStripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbStripe Stripe API Library

Class library created for .net 3.5 or higher. 

Instructions for use:

Imports Newtonsoft.Json
Imports vbStripe

Dim stripe As New vbStripe.vbstripe
stripe.acctToken = API KEY

### Create New Customer
Dim newCustomer As vbStripe.sCustomer = stripe.create_Customer("4242424242424242", "12", "2015", "123", "John Doe", "123 Village Rd", , "06281", "CT", "USA", "John Doe Account", , "[email protected]")


...more stuff coming soon

Justin

About

VB.net Stripe Class Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published