mojoconf / nyc-2015-06-05

Summary of Mojoconf 2015 in New York (UNOFFICIAL)
0 stars 0 forks source link

eventbrite replacement - payments #10

Closed rpcme closed 9 years ago

rpcme commented 9 years ago

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

jberger commented 9 years ago

For the record I have no attachment/experience with PayPal other than knowing it exists. On Mar 4, 2015 8:19 AM, "rpcme" notifications@github.com wrote:

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10.

rpcme commented 9 years ago

duly noted.

Even though jan has worked with stripe, I also don’t take that as endorsement.

On Mar 4, 2015, at 9:21 AM, Joel Berger notifications@github.com wrote:

For the record I have no attachment/experience with PayPal other than knowing it exists. On Mar 4, 2015 8:19 AM, "rpcme" notifications@github.com wrote:

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10.

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77165334.

jhthorsen commented 9 years ago

I've heard it can be difficult to get money from PayPal, if the amount gets higher than a (unknown) threshold. It might not be that way anymore, but it used to be. So PayPal is nice for small transactions, but probably not for a conference.

I've not worked with Stripe. I've only made the integration and registered an account. @marcusramberg has worked with Stripe though, but not with my plugin.

I think we should not only focus business analysis but also on which payment solution we can integrate with easily.

I got these modules:

tempire commented 9 years ago

Stripe is MUCH easier to work with than PayPal. By a billion orders of magnitude. It also has more respect from the dev community, and a much easier purchasing flow.

If I know an organization uses Stripe, I respect them more. If I see them using PayPal, I tend to believe they don't know what they're doing.

On Wednesday, March 4, 2015, rpcme notifications@github.com wrote:

duly noted.

Even though jan has worked with stripe, I also don’t take that as endorsement.

On Mar 4, 2015, at 9:21 AM, Joel Berger <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

For the record I have no attachment/experience with PayPal other than knowing it exists. On Mar 4, 2015 8:19 AM, "rpcme" <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10.

— Reply to this email directly or view it on GitHub < https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77165334 .

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77171990 .

rpcme commented 9 years ago

Agreed. Those are functional requirements, and I appreciate any you have in mind.

On Mar 4, 2015, at 10:12 AM, Jan Henning Thorsen notifications@github.com wrote:

I've heard it can be difficult to get money from PayPal, if the amount gets higher than a (unknown) threshold. It might not be that way anymore, but it used to be. So PayPal is nice for small transactions, but probably not for a conference.

I've not worked with Stripe. I've only made the integration and registered an account. @marcusramberg https://github.com/marcusramberg has worked with Stripe though, but not with my plugin.

I think we should not only focus business analysis but also on which payment solution we can integrate with easily.

I got these modules:

Mojolicious::Plugin::PayPal (on cpan and used by others) Mojolicious::Plugin::Stripe (not yet on cpan, but tested locally) — Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77174983.

rpcme commented 9 years ago

thanks for the feedback

do you know of other payment system vendors?

On Mar 4, 2015, at 10:14 AM, Glen Hinkle notifications@github.com wrote:

Stripe is MUCH easier to work with than PayPal. By a billion orders of magnitude. It also has more respect from the dev community, and a much easier purchasing flow.

If I know an organization uses Stripe, I respect them more. If I see them using PayPal, I tend to believe they don't know what they're doing.

On Wednesday, March 4, 2015, rpcme notifications@github.com wrote:

duly noted.

Even though jan has worked with stripe, I also don’t take that as endorsement.

On Mar 4, 2015, at 9:21 AM, Joel Berger <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

For the record I have no attachment/experience with PayPal other than knowing it exists. On Mar 4, 2015 8:19 AM, "rpcme" <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10.

— Reply to this email directly or view it on GitHub < https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77165334 .

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77171990 .

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77175448.

tempire commented 9 years ago

Those are the only two payment options I'm aware of.

On Wednesday, March 4, 2015, rpcme notifications@github.com wrote:

thanks for the feedback

do you know of other payment system vendors?

On Mar 4, 2015, at 10:14 AM, Glen Hinkle <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

Stripe is MUCH easier to work with than PayPal. By a billion orders of magnitude. It also has more respect from the dev community, and a much easier purchasing flow.

If I know an organization uses Stripe, I respect them more. If I see them using PayPal, I tend to believe they don't know what they're doing.

On Wednesday, March 4, 2015, rpcme <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

duly noted.

Even though jan has worked with stripe, I also don’t take that as endorsement.

On Mar 4, 2015, at 9:21 AM, Joel Berger <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com'); <javascript:_e(%7B%7D,'cvml','notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');');>> wrote:

For the record I have no attachment/experience with PayPal other than knowing it exists. On Mar 4, 2015 8:19 AM, "rpcme" <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com'); <javascript:_e(%7B%7D,'cvml','notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');');>> wrote:

as discussed, there are issues with eventbrite. the issue focus is on payments. the payments issue has to do with eventbrite's payment policy, which directly impacts cash flows.

jan mentioned Stripe. joel mentioned Paypal.

Can we get a couple more potentials so I can do business analysis on the options.

thanks

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10.

— Reply to this email directly or view it on GitHub <

https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77165334

.

— Reply to this email directly or view it on GitHub < https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77171990

.

— Reply to this email directly or view it on GitHub < https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77175448 .

— Reply to this email directly or view it on GitHub https://github.com/mojoconf/nyc-2015-06-05/issues/10#issuecomment-77176981 .

rpcme commented 9 years ago

There's actually many others. WePay and Propay are good. but maybe not as hipster/trendy as stripe, but I don't care one bit about hipster value.

Anyways, I have to consider the on-site merchandising so if the same provider does online as well as bricks n mortar it is better positioned as a winner.

rpcme commented 9 years ago

This has been decided and stripe has been implemented.