Skip to content

Instantly share code, notes, and snippets.

@A412
Last active January 6, 2019 03:40
Show Gist options
  • Select an option

  • Save A412/23cd531395f55c2dee979711c31b8a60 to your computer and use it in GitHub Desktop.

Select an option

Save A412/23cd531395f55c2dee979711c31b8a60 to your computer and use it in GitHub Desktop.
geeni stripe api
stripe
customer
post
id
cc
expm
expy
cvc
{state: , stripeid: }
put
cc
expm
expy
cvc
{state: , stripeid: }
delete
{state: }
account
post
id
account_number
routing_number
{state: , stripeid: }
put
account_number
routing_number
{state: , stripeid: }
delete
{state: }
charge
post
from_id
to_id
amount
{state: , stripeid: }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment