#brianpawpartner
1 messages ยท Page 1 of 1 (latest)
Hello!
Yep was still typing ๐
When saving paymetn methods with terminal you're supposed to be taking the generated_card and using that for future payments
OK cool - is that part of the response from the capture?
OK thanks I will do some searching
Yeah you should be able to grab that from the charge generated after capture (https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-generated_card)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK thanks - we're not using charges anywhere though - just Payment Intents
I pass it off to the reader to process the payment intent
when it comes back as "requires capture" I then capture the payment
I'm not seeing a "generated_card" in any of those responses
I do see "latest_charge" however - so I will try that and see if calling out to charges for that gets it for me. Thanks