You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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"?
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.
The text was updated successfully, but these errors were encountered: