Created
July 16, 2020 23:46
-
-
Save cjavilla-stripe/49ffee1bcd75f3f579053485e32485de to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"id": "cs_test_xxx", | |
"object": "checkout.session", | |
"amount_subtotal": 2100, | |
"amount_total": 2499, | |
"cancel_url": "https://example.com/cancel", | |
"client_reference_id": null, | |
"currency": "usd", | |
"customer": "cus_yyy", | |
"livemode": false, | |
"mode": "subscription", | |
"payment_method_types": [ | |
"card" | |
], | |
"subscription": "sub_zzz", | |
"success_url": "https://example.com/success", | |
"total_details": { | |
"amount_discount": 0, | |
"amount_tax": 399 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment