Tychobra/polishedpayments

One Time Purchase

Closed this issue · 4 comments

Thank you for this great package. Does it not work with one time purchase?

Hi @johnbde

No this package does not currently work with one time purchases. However I am planning on getting back to development of this package in the next few weeks, and one time purchases will be one of the first features that I plan to implement. I'll keep this issue open until it is done.

Is this feature still in development? Very interested in using it. Thanks!

We now have a shiny module to make one time payments. Here is an examples of it in action:

server side of module:

payment_return <- shiny::callModule(

ui side of module:

create_payment_module_ui("pay_10")

Please install the latest version of polished and polishedpayments from GitHub to try it out.

Great! The module seems to be working for taking payments once a user is signed in. However, I’m wondering if it can be used to gate access to an app, the same as a subscription price ID in polished_payments_config(). It would be great to have the option for a customer to choose between a subscription or a one-time payment for access to the app. Thanks again for the great package!