AlexQueue
AlexQueue

Reputation: 6551

Add Item details to PayPal Adaptive Payments API

I am using the Adaptive Payments API, and am trying When my user is redirected to the purchase page, under "Description" they see "{My Merchant}'s Test Store".

Any way to change that from hopefully the Pay API call or SetPaymentOptions API call?

Upvotes: 3

Views: 999

Answers (1)

Drew Angell
Drew Angell

Reputation: 26036

You got it. You need to utilize SetPaymentOptions.

Call Pay with CREATE as the action and then pass the PayKey you get back into SetPaymentOptions to set all the details you want.

Upvotes: 3

Related Questions