Last active
January 6, 2019 03:40
-
-
Save A412/23cd531395f55c2dee979711c31b8a60 to your computer and use it in GitHub Desktop.
geeni stripe api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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