balanced / www.balancedpayments.com

The website for Balanced.
https://www.balancedpayments.com
Other
29 stars 51 forks source link

Customisable payments widget for websites #111

Open mjallday opened 11 years ago

mjallday commented 11 years ago

Something like the old PoundPay iframe would be awesome.

image

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?

mahmoudimus commented 11 years ago

I know @tarunc had some thoughts on this.

joeyAghion commented 10 years ago

+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.

mahmoudimus commented 10 years ago

@joeyAghion thanks for that :) would love to open source the iframe - actually not sure why it's not open sourced.

mahmoudimus commented 10 years ago

@joeyAghion would you be willing 2 contribute back your changes to the iframe?

joeyAghion commented 10 years ago

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.

mahmoudimus commented 10 years ago

@joeyAghion it shouldn't be too difficult to convert the iframe to an overlay. I can see how difficult it's going 2 be.

cohitre commented 10 years ago

Even the stripe checkout overlay is implemented as an iframe. It's not hard to make an overlay that has the iframe internally.

mahmoudimus commented 10 years ago

@joeyAghion just realized that @mjallday has linked the iframe source in the original github issue.

tarunc commented 10 years ago

:+1: I have been wanting this since the day I joined

joeyAghion commented 10 years ago

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.