List payments for a specific orderAsk AIget https://api.gratifypay.com/bnpl/2.0/orders/{orderId}/paymentsRetrieves all payments associated with a specific order, identified by orderId.Path ParamsorderIdstringrequiredResponses 200List of payments for this specific order by orderId 400The request is malformed or input is not valid. Double check your request message body is to specification and try again. 401Unuahtorized access to the Gratify API. Double check your API credentials and try again. 404The specified resource was not found. Double check your URL and version strings try again. 5XXAn unexpected error occurred at the Gratify ServerUpdated 6 months ago