#zishaansunderji
1 messages ยท Page 1 of 1 (latest)
https://stripe.com/docs/terminal/payments/regional?integration-country=CA#collect-and-process-a-payment
Unfortunatly (as per Interac requirments it seems), interac payments are authorized and collected at the same time (see doc link above)
(PS: i'm not a stripe employee or representative)
Thanks Vasco for the help ๐
๐ Happy to help
Hey! Thanks for the update - one quick follow up, is there a way to know the type of card inserted right after it was inserted?
Hi, From the payment intent object returned from collectPaymentMethod API call, query its charges.data array, the payment_method_details of the first charge object should tell you the brand of the card.