#luisxxor
1 messages · Page 1 of 1 (latest)
I believe a Charge gets created for this case, but its status will be failed: https://stripe.com/docs/api/charges/object#charge_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yep in that case will be created with a failed status, but my question was more oriented to know if do you have like a list of scenarios where no charge is going to be created?
We don't have an explicit list, but your understanding of the situation mirrors mine. You wouldn't expect a Charge for $0 transactions, out-of-band payments, or authorizations.
oh I see, thank you very much! have a nice day!
Likewise!