get https://{environment}.joinforage.app/api/orders//refunds/
A GET
request to /orders/{order_ref}/refunds/
retrieves all OrderRefunds
associated with the provided order_ref
.
On success, the API responds with an array of OrderRefunds
.
A GET
request to /orders/{order_ref}/refunds/
retrieves all OrderRefunds
associated with the provided order_ref
.
On success, the API responds with an array of OrderRefunds
.