payments
Create Payment Intent
Create a Stripe PaymentIntent for an approved project.
Returns the client_secret needed to initialize Stripe Elements on the frontend. Idempotent — calling again for the same project returns the existing PaymentIntent.
If tax_calculation_id is provided (from a prior calculate-tax call), the PaymentIntent amount will include tax and the calculation will be linked to the PaymentIntent for automatic tax transaction creation on success.
post/api/v1/payments/create-intent
Request body
Response
Successful Response