#koerhunt
1 messages · Page 1 of 1 (latest)
Hi there, have you seen the Android docs here?
https://stripe.com/docs/payments/accept-a-payment?platform=android&ui=payment-sheet
yes, but i not have see how I can get the token of the card
I need to register the card, and then send the API call to my backend to generate the payment Intent
This guide goes through a flow like that: https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet#android-collect-payment-details
Once the card is set up, you can list the customer payment method and use them to create payments:
https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet#charge-saved-payment-method