bswuft
bswuft

Reputation: 103

Disable Secondary Receiver on PayPal Adaptive

I am setting up a system that takes payments through PayPal. I'm using adaptive chained payments so I can charge a transaction fee to my users on free accounts, but it seems as though adaptive MAKEs you have a secondary receiver and makes the secondary have to have a value greater than zero sent to them. Is there a way to disable and only pay the main user if I don't want to charge a transaction fee?

Upvotes: 0

Views: 93

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

The Pay API does not force a secondary receiver unless you've set the primary receiver flag for the first one to true. All you need to do is create a Pay API request with a single receiver that is NOT set as a primary receiver.

Upvotes: 1

Related Questions