#manojb
1 messages · Page 1 of 1 (latest)
Hi there, can you share a screenshot of the page where you see the Creating Charges ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you elaborate more? it looks like you've already found a documentation.
I need to change the amount of transaction after "create charge" (before capture the charge).
I've checked the "update charge" option but I couldn't change the amount
No you can't change the charge amount
I'll suggest you to use PaymentIntent API (https://stripe.com/docs/api/payment_intents#payment_intents). This is the new API that we recommend and you can change the amount after PaymentIntent creation.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.