Base solution for your next web application
Open Closed

PayPal - Alternative Payment Methods #9457


User avatar
0
alexanderpilhar created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @alexanderpilhar,

    That's a great suggestion. Could you create same issue on GitHub ? We can implement this in the next versions.

    Thanks,

  • User Avatar
    0
    alexanderpilhar created

    Great!

    I will create two issues:

    • add webhook to make use of altnernative payment methods
    • add option to disable alternative payment methods
  • User Avatar
    0
    alexanderpilhar created

    Here are the links to the GitHub issues:

    • [Payments - PayPal - Add webhook to make use of alternative payment methods #3451](https://github.com/aspnetzero/aspnet-zero-core/issues/3451)
    • [Payments - PayPal - Add option to disable alternative payment methods #3452](https://github.com/aspnetzero/aspnet-zero-core/issues/3452)