#xfechx-terminal
1 messages ยท Page 1 of 1 (latest)
would like to know how to identify when a successful charge is from a stripe terminal
charge.succedded
what parameter should my webhook listen to
I was told type, but is it charge->type?
The payment_method_details will have a card_present hash in it:
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.