9.0.1, .NET Core, Angular
The PayPal Smart Payment Buttons integration automatically offers relevant alternative payment methods based on customer's location. See: Alternative Payment Methods
They are enabled by default but need a webhook to be added to the paypal-app (PayPal Developer Dashboard). In order to add the webook I need to specify a Webhook URL - but I guess, there is no endpoint for this in ASPNETZERO yet, right!?
Without the webhook the payment process using the alternative payment method will fail, although it was offered to the customer.
Alternative payment methods can be disabled: Disable Funding
I think, ASPNETZERO maybe should implement some functionality to disable alternative payments methods via appsettings.json
(similar to Stripe, where we enable PaymentMethodTypes
).
Also, advice to implement the neccessary endpoint to enable alternative payment methods for PayPal would be appriciated!
3 Answer(s)
-
0
Hi @alexanderpilhar,
That's a great suggestion. Could you create same issue on GitHub ? We can implement this in the next versions.
Thanks,
-
0
Great!
I will create two issues:
- add webhook to make use of altnernative payment methods
- add option to disable alternative payment methods
-
0
Here are the links to the GitHub issues: