Tools
stripe_create_payment_link
Run the stripe_create_payment_link tool. Returns a clean, normalized JSON shape. Bring your own key — connect stripe first via POST /v1/connections.
POST
stripe_create_payment_link
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the stripe_create_payment_link tool. Returns a clean, normalized JSON shape. Bring your own key — connect stripe first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/stripe_create_payment_link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"line_items": [
{}
]
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/stripe_create_payment_link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"line_items": [
{}
]
}
'{}