PayPal REST Subscriptions API not showing price in order summary

后端 未结 1 1845
醉话见心
醉话见心 2021-02-15 11:27

I am testing the PayPal REST API for subscriptions in the sandbox environment, and have noticed that, when going to the approval URL returned after creating an agreement, no pri

1条回答
  •  礼貌的吻别
    2021-02-15 11:50

    Your observations are (currently) correct. As REST API based Billing Plans are based on Express Checkout Recurring Payments, you're going to see a similar behavior. Right now, there are two options:

    1. You populate the description with more agreement details.
    2. You pass a regular description and make sure the customer is aware of the billing terms before your execute the agreement.

    Going forward, we're likely going to include this info in some later updates. I'm following up with that to make sure a user story is filed for this.

    0 讨论(0)
提交回复
热议问题