Skip to content
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

Payments possibilities #8

Open
goRaspy opened this issue Oct 2, 2017 · 1 comment
Open

Payments possibilities #8

goRaspy opened this issue Oct 2, 2017 · 1 comment

Comments

@goRaspy
Copy link

goRaspy commented Oct 2, 2017

Hi, I looked at your examples. And on mobile phone it is pretty impressive.

I have some questions about apple pay.
Is that possible to request "only" payment and send later the payment request ? I would like to charge my users depending of a time of consumption of my service but be sure that users will pay.

Another point how can I modify the return URL ? Is that possible to let access of the "final" page until a payment is active ?

Many thanks for that previsions and for your formidable works.

@tnguyen14
Copy link
Owner

Hi,

Apologies for the late response. I didn't see this issue till now.

For your first question, I'm guessing what you're asking is probably the difference between authorization vs. capture. A lot of this will depend on the payment acquirer that you use. It's been a while since I last worked with payment, so my knowledge might be fuzzy. What I could remember is that with Apple Pay, you could authorize for a higher amount than what you'd eventually settle (capture), but not the other way around. I.e. the payer could agree to authorize a payment of $100, but you can later capture only a part of that, for eg. $60, and not the remaining $40. The capture action would be done with your payment acquirer, which at this point would have a reference to the original Apple Pay transaction. You cannot, however, capture more than $100.

As for your other question, could you be a bit more specific about what you mean by "return URL"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants