Amu soft

Amu soft

  • NA
  • 23
  • 627

How can i get transaction id from paypal payouts?

Feb 9 2019 4:37 AM
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)