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