2

I'm working the Adaptive Payment .Net API samples. I've setup my test account stuff and everything runs fine with a "success" transaction. The only problem is I neither see debits from the payees nor credits to the seller.

What gives?

xanadont
  • 7,493
  • 6
  • 36
  • 49

2 Answers2

1

I would make sure that everything works as you expect it to in the Pay Pal Virual Terminal before you try to get the API's to work.

I had many problems getting the sandbox to work. I would get different errors with the different accounts I set up. What I ended up doing is creating a new account and then everything started to work. I had to set up three different accounts before I got the sandbox to work. The production environment worked from the jump.

Mosquito Mike
  • 972
  • 2
  • 7
  • 18
0

What I was missing was the manual step of confirming the payment from the test payee account. I didn't realize the online interaction was necessary and not scriptable. In hindsight this is obvious for security reasons ... unfortunately this will not work for my app.

xanadont
  • 7,493
  • 6
  • 36
  • 49
  • Hi xanadont please I am having the same problem, can you explain me what you did? Thanks!!! LISA – Lisa Anne Mar 31 '14 at 08:20
  • Hello, this is a very old answer but - where did you have to go to approve the payment? – muttley91 Oct 09 '14 at 13:19
  • I am using django paypal, and there is a command - express_endpoint_for_token(nvp_obj.token, commit=True) . Doc says to Pass 'commit=True' if you will not prompt for confirmation. It acts like payment goes thru, but it is not recorded by sender or receiver – MagicLAMP Oct 11 '17 at 05:01