#scooperpoops12 - Android Payment Intents
1 messages · Page 1 of 1 (latest)
Hello! You create the Payment Intents server side as outlined here: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=android#create-payment
Can you link to the example app you mentioned?
Hey, thanks for the help! I am using the example app here: https://github.com/stripe/stripe-terminal-android
I can create the PaymentIntent just fine in Python. Where I am stuck is using the secret from that PaymentIntent created in Python to instantiate a PaymentIntent object in Java with the Android SDK
https://stripe.com/docs/terminal/payments/collect-payment If you look at the docs here. It has an example for creating the PaymentIntent server side via Python, then has code for CollectPayment in Java, but that code assumes a PaymentIntent Java object has already been created
I am having trouble bridging the gap between (1) and (2) in that above document
Where specifically are you seeing the Payment Intent created in the Java app?
Ah, yep, there it is!
Thanks for the help!!! Answer was right in front of my eyes 🤦♂️