Skip to content

Instantly share code, notes, and snippets.

curl --request POST \
--url https://api.stripe.com/v1/payment_intents \
--header 'Authorization: Bearer sk_test_removed' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data amount=5500 \
--data currency=usd \
--data customer=cus_removed \
--data 'description=Blayze Coaching Purchase' \
--data 'payment_method_types[]=link'