#brianpawpartner

1 messages ยท Page 1 of 1 (latest)

real tuskBOT
autumn sentinel
#

Hello!

wise knot
#

Yep was still typing ๐Ÿ™‚

autumn sentinel
#

When saving paymetn methods with terminal you're supposed to be taking the generated_card and using that for future payments

wise knot
#

OK cool - is that part of the response from the capture?

#

OK thanks I will do some searching

autumn sentinel
wise knot
#

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

autumn sentinel
#

Yup even if you're using Paymetn Intents, they should still be creating Charges under the hood

#

and yes, latest_charge is where you can grab this from ๐Ÿ‘