stripe-ios
stripe-ios copied to clipboard
[Feature] PayNow integration
Is your feature request related to a problem? Please describe.
Currently, PayNow only supports JS integration at https://stripe.com/docs/js/payment_intents/confirm_paynow_payment
Describe the solution you'd like
IOS SDK should support PayNow as well. Particularly a method for confirmPayNowPayment
Hi @dilab we currently don't have PayNow on our roadmap, but we will be sure to update this issue if anything changes!
we need this for Singapore, can this be added to roadmap
@hanumanAbacus We ended up implementing the feature by ourselves.
@dilab do you think you can create pull request for the same or direct me if you have any link please
@hanumanAbacus It is more of inspecting how the API calls are done and implement the backend in our native codebase.
@hanumanAbacus we could probably write a tutorial for you by examing our codebase if you are willing to pay for our time.
This is supported as of 23.17.0. We recommend using our drop-in UI product PaymentSheet to integrate. If you need to use your own UI, we don't have a guide yet unfortunately but you should be able to get started by taking an example for a ~similar payment method like Swish and modifying it for PayNow. https://github.com/stripe/stripe-ios/blob/7c23b0b66442f9c5fe81e4e2ed0ef2ed97546fce/Example/Non-Card%20Payment%20Examples/Non-Card%20Payment%20Examples/SwishExampleViewController.swift#L65-L99