TTMSFNCCloudPayPal

I'm Having problem with the TTMSFNCCloudPayPal.
In Delphi 11 Alexandria I used TTMSFMXCloudPayPal and it was fine and worked correctly, now with TTMSFNCCloudPayPal in Delphi 12 doesn't work correctly.
After login with PayPal Credential when I clicked on the button to continue with the payment I was redirected on the PayPal homepage Digital Wallets, Money Management, and More | PayPal US. The OnPaymentAccepted event isn't triggered and I can't get the TransactionID .

Can you please make sure you are using a valid Authentication.CallBackURL value?

Example:
"http://127.0.0.1:8888"

Detailed information can be found here:

Ok I solved this problem using this URL "http://127.0.0.1:8000" in the Authentication.CallBackURL .
Now the payments work but the WebBrowser is still visible after payment completed and I have to closed it manually.
How Could I close the WebBrowser automatically after payments?

Unfortunately the browser window has to be closed manually. This is a technical limitation.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.