-
Notifications
You must be signed in to change notification settings - Fork 2
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
PayPal permanent token #11
Comments
Hi @osster , thank you for your issue. For now, the If you need to generate a token to reuse it later, please avoid having PayPal as a payment method for those transactions. We are working on allowing tokenized payments with PayPal as well, but this may take a few weeks still. I'll let you know as soon as it's done. Please let us know if there's anything else we can do from our side. |
Thank you for quick answer. Would be nice if you will update documentation :) I have another one problem with generatePaymentToken and cards. I'm receiving callback without paymentToken, but sometimes it exists in payload. Thats weird. $payment = $monei->payments->confirm($data["payment_id"], [ |
Hi @osster , thanks again for your feedback. We just updated our API to make this really consistent. Please let us know if you're still experiencing this issue or if it is fixed already. |
Hi guys.
I have troubles with PayPal integration.
When I'm using PayPal and trying to send request with
"generatePaymentToken" => true
I'm receiving ApiException: "child "expireAt" fails because ["expireAt" must be a number]".
Is it ok?
The text was updated successfully, but these errors were encountered: