#TicketMan
1 messages · Page 1 of 1 (latest)
Hello! How can I help?
hello! when we are processing card-present credit card payments using the server side integration, can you confirm that this info will be available from PaymentIntent object:
Last four digits
Name on card
Card brand
Expiry
The information isn't directly on the PaymentIntent as-is, but you can expand the payment_method when you retrieve the PaymentIntent to expose it
Actually let me double check real quick - didn't realize you said card-present at first
okay yup! it should be the same for card-present PaymentMethods as well
great, thank you!
one more question for you...
according to the documentation https://stripe.com/docs/terminal/features/saving-cards/save-after-payment
When you successfully process a payment, the returned object contains a successful charge ID. This charge contains a generated_card ID, which represents the ID of a card PaymentMethod that’s used to charge the saved card.
But service.ProcessPaymentIntent("tmr_xxx", options); method returns Reader object which does not contain Charge info. Where can we get this info from? and is this supported for card present payments in Australia or is this US only
That feature is only supported in the US
okay... is there a way we can save after payment in Australia
As far as I know there isn't a way to do that with terminal - you can try writing in to support (https://support.stripe.com/contact) to see if they have plans on implementing this in the future