#deckberg - payment link amount
1 messages · Page 1 of 1 (latest)
For payment links it looks like a Price or Plan is required https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-line_items-price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yea, I'm trying to get https://stripe.com/docs/api/payment_intents/create to work instead
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Checkout Sessions themselves can take arbitrary amounts but you have to create each of them yourself rather than using a payment link to automatically create them
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
For reference if you want something that is closer to payment links ^^^