#matt-capture amounts
1 messages · Page 1 of 1 (latest)
Hello @fleet copper
Hey there - I'm not sure if this is supportable. Can you share an example request you're trying? eg req_123 https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is an example Payment Intent
pi_3JwxOPChEHjwiY071ci8Ev0z
But i don't have the request example as it was tested by one of my engineers and he is offline now.
He received this response: Stripe::InvalidRequestError: The payment could not be captured because the requested capture amount is greater than the authorized amount. If you are trying to collect a tip or over-capture, your account might not be configured for those features. Contact us via https://support.stripe.com/contact/
I thought there was a field on a payment intent letting us know if it could be over captured? I'm not seeing that now
Oh that's on the payment method
That payment intent example has not has a capture request yet
But i do see you're collecting payment details via stripe.js/elements, which is different than i understood
He received the above error when attempting the capture
It must have been for a different payment, but either way: you will need to reach out to support as the error indicates. Please explain your use case to them clearly so that they can determine if this is supportable for your account.
Ok will do. Thanks
Doing this with terminal "card present" payments is generally supported, but online payments depends on a number of factors
Ok, thanks for the info. I'll see what support says.