#jd_dev_
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- junaid_abbasi999, 6 minutes ago, 9 messages
- junaid_abbasi999, 1 day ago, 35 messages
- junaid_abbasi999, 6 days ago, 9 messages
Hi ๐
I'm not sure what you mean here. Can you explain more thoroughly?
the amount details object while creating a payment intent, can i give make tip = 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.
talking about this one
That is only populated when using a Terminal card reader with configured tipping
imaging this
{
amount: 500,
amount_details: {
tip: {
amount: 500
}}}