Paypal How to override a payment definition?

I have created several billing plans, and now I want to redefine the payment definitions when creating the billing agreement. Is it possible?

I know that I can override seller preferences and payment models, but I have not found anything to override payment definitions.

An example is a user who subscribes to a service (tariff plan), but at a discount.

I am using the REST API.

+5
source share
1 answer

Possible Solution:

  • Create a billing agreement using override_merchant_preferences. (initial amount)
  • - Agreement_id
  • patch_request ( )

2019 :

2019 PayPal API .

https://developer.paypal.com/docs/subscriptions/integrate/

API .

https://developer.paypal.com/docs/subscriptions/full-integration/subscription-management/#revise-subscription

0

Source: https://habr.com/ru/post/1675347/


All Articles