Skip to content
| Docs
Search
K
Main Navigation
Home
Guides
API Reference
fundlyhub.org
Appearance
Menu
Return to top
Create payment intent
POST
/payments/create-intent
Create a Stripe PaymentIntent for processing a donation.
Request Body
application/json
Schema
JSON
JSON
{
"amount"
:
0
,
"fundraiserId"
:
"string"
}
Responses
200
PaymentIntent created
Content-Type
application/json
Schema
JSON
JSON
{
"clientSecret"
:
"string"
}
POST
/payments/create-intent
Playground
Server
Select a server...
Body
Try it out
Samples
Powered by
VitePress OpenAPI