1
Answer

How can i get transaction id from paypal payouts?

Photo of Amu soft

Amu soft

6y
768
1
Hi,
 
I got transaction id from paypal payment method using the follow code.
 
var payment = Payment.Get(apiContext, "PAY-89W644977H834061FKTDRCCY");
var transactionId = payment.transactions[0].related_resources[0].sale.id;
 
But i didn't get the transaction id from paypal payout methods. Is any ways to get that?
Thanks,

Answers (1)