3

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?

AlexQueue
  • 6,353
  • 5
  • 35
  • 44

1 Answers1

3

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.

Drew Angell
  • 25,968
  • 5
  • 32
  • 51
  • I'm not seeing these options come across onto the purchase page though (unless I set it to DIGITALGOODS) – AlexQueue Jan 15 '13 at 04:42
  • Would need to see samples of your API requests to try and reproduce what you're doing and see if I can find the problem. – Drew Angell Jan 15 '13 at 08:37