Hi, How to integrate parallel payment with express checkout (with intend = 'authorize')? Currently in our site customer can buy products with express checkout method and all is good. but i want to split received money between our service and partner. For example customer buy product and it worth is $100. 90% from the price I want to send to partner and 10% keep in our service. How I can do it with Rest API.
... View more