Skip to content

Create payment intent

POST
/payments/create-intent

Create a Stripe PaymentIntent for processing a donation.

Request Body

application/json
JSON
{
"amount": 0,
"fundraiserId": "string"
}

Responses

PaymentIntent created

application/json
JSON
{
"clientSecret": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Built with VitePress