Reputation: 6551
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
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