cURL
Stripe Payments
Create Payment Intent
POST
cURL
Authorizations
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
Developer API key (fl_dev_...). Required on every API call with a machine access token.
First-party client audience. Must match the fluide_client_id claim on the JWT. Use fluide-developer for Connect.
Body
application/json
The amount to be charged in the smallest currency unit (e.g., cents for USD)
Required range:
x >= 1Example:
1000
The currency in which the payment is made (e.g., xaf)
Example:
"xaf"
The type of payment method to be used (e.g., card)
Example:
"card"