get https://{environment}.joinforage.app/api/payments//refunds/
A GET
request to /payments/{payment_ref}/refunds/
retrieves a list of all PaymentRefunds
associated with a Payment
.
To inspect a particular PaymentRefund
, use /payments/{payment_ref}/refunds/{refund_ref}/
.