'Stripe Newbie trying to implement Stripe payment on iOS application

I am a newbie in iOS, for my college project we decided to build a meal delivery app which will take payments. For that i thought of implementing Stripe payment. My initial submission would be simply to perform a dummy transaction. So I went to the github resources folder and was reading the Readme section of Non-Card Payment examples https://github.com/stripe/stripe-ios/tree/22.1.0/Example/Non-Card%20Payment%20Examples

Based on the instructions

  • I created an account with Stripe but could not find the workspace file

If someone could help me out here or atleast point me to the right direction would be really helpful Thank you Zawad



Solution 1:[1]

It supposes to be the xcworkspace file at 2 layers above.

But nevertheless, you should follow this detailed Doc instead: https://stripe.com/docs/payments/accept-a-payment?platform=ios

Solution 2:[2]

I would highly recommend using SwiftUI and SPM for fast start up. Please watch the below video from Azam Sharp who talks about how it works and already has a remote node.js server to test.

https://www.youtube.com/watch?v=De7EL_1jv0c

https://github.com/azamsharp/FruitStoreStripeAPI https://glitch.com/edit/#!/mango-persistent-organ

Let me know if you have any issues or questions!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 orakaro
Solution 2 Jarren Campos