-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customisable payments widget for websites #111
Comments
I know @tarunc had some thoughts on this. |
+1 This would be helpful. We have payment forms in multiple apps, and almost had to consider using Stripe's checkout rather than implementing yet another. |
@joeyAghion thanks for that :) would love to open source the iframe - actually not sure why it's not open sourced. |
@joeyAghion would you be willing 2 contribute back your changes to the iframe? |
I'd be happy to contribute back whatever I come up with. To be honest, though, I had in mind more of a checkout-like overlay dialog than an iframe. |
@joeyAghion it shouldn't be too difficult to convert the iframe to an overlay. I can see how difficult it's going 2 be. |
Even the stripe checkout overlay is implemented as an iframe. It's not hard to make an overlay that has the iframe internally. |
@joeyAghion just realized that @mjallday has linked the iframe source in the original github issue. |
👍 I have been wanting this since the day I joined |
This looks promising, but--just to be clear--I won't get a chance to work on this soon. (As you recall, my original motivation was to get something that could be dropped in and work quickly.) If anyone at Balanced has a minute to spend on this, it would be helpful to get a README or build instructions added to that iframe tarball. |
Something like the old PoundPay iframe would be awesome.
Maybe we could leverage the jquery.payment library or even borrow Stripe's checkout library and make it generic enough to work with any provider?
Failing that we have the original PoundPay iframe source available to draw on which does all the same things but needs to be cleaned up and converted from Python to JavaScript.
@dmdj03 did we ever do mocks for something like this?
The text was updated successfully, but these errors were encountered: