#Sagar_go_developer
1 messages · Page 1 of 1 (latest)
Hi orakaro,
Hi there, I know we have an option for custom amount in Payment Link https://stripe.com/docs/payments/payment-links?pricing-model=customer-chooses
But I don't think we have it for Checkout, although they are pretty similar
yeah, I know using payment link we can do
but we need to do in embedded custom checkout
Have you tried creating a Price with custom_unit_amount ? https://stripe.com/docs/api/prices/create#create_price-custom_unit_amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then use it in a Checkout Session
let me check