0

How i can get PaymentId associated with a refund using API?

for example, i can get this using builtin callback Payment Refund Processed enter image description here

But i can't found a way for getting PaymentId using a similar custom callback or REST\SOAP API.

Do you have any idea how i can get paymentId by RefundId without "Invoice Settlement feature"?

Roman
  • 35
  • 1
  • 5

1 Answers1

-1

Try using refund parts API call as shown below. ../v1/refunds/{refundId}/parts

Rajeev
  • 29
  • 1
  • 7