PayPal REST Subscriptions API not showing price in order summary -


I am testing the PayPal Rest API for membership in the sandbox environment, and it has been seen that, when the acceptance URL After an agreement is being made, no price is shown under the order summary panel on the left side of the page. An explanation is shown but no price / tax etc.

The plan ID has been passed to create an agreement to call, which contains information that I expect to see as a user while applying for payment. Is this a bug or is there something that I should be able to be in a merchant account, or maybe some extra which should be sent during the agreement? I have read about other posts on this stack overflow (though those subscriptions predict the creation of REST API) are talking about passing a transaction field, but in the membership, this agreement is not valid for making schemas. Your comments (currently) are correct because REST API based billing plans are based on Express Checkout recurring payments.

, You are going to see a similar behavior. Right now, there are two options:

  1. You populate the details of more contract details.
  2. You give a regular explanation and ensure that the customer is aware of the billing terms before executing your agreement.

Going forward, we are likely going to include this information in some later updates. I am following to follow this fact to ensure that there is a user story.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -