#Motaher Hossain
1 messages · Page 1 of 1 (latest)
Yes
i want checkout page payment gateway fee add line
i sent stripe product link payment checkout customer sent payment
i want checkout page payment gateway fee add line
Can you clarify - do you just want to add an additional line item to your checkout sessions?
If you want to add a fee to a Checkout Session it would be as a line item - Are you referring to something else? Do you have docs that you're looking at that may give a better idea of what you're trying to accomplish?
yes
see link
additional charge add
i want to add a "Gateway fee" line item on my checkout,
Yes, so you'd want to add an additional line item like I already mentioned the - https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you not understand
With the limited information you've given, i'm not sure exactly what you're asking for. Adding additional line items to a Checkout Session is the standard way to ask for additional fees during Checkout. If you're referring to something else can you provide clear details on why line items does not work for your use case?