Last updated 5 months ago
1000
curl -L \ --request POST \ --url '/payments/create-payment-intent' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1000 }'
{ "id": "pi_1F7X2Y2eZvKYlo2C0q0G5Z2e", "amount": 1000, "currency": "usd", "clientSecret": "pi_1F7X2Y2eZvKYlo2C0q0G5Z2e_secret_12345", "status": "requires_payment_method" }