Retrieve all payment requestsget https://api.staging.vitesse.io/v1/payment-initiation/paymentRequestsReturns a list of your payment requests.Query ParamsStatusstring | nullenumRetrieves the programmes with the specified status.DraftActiveInactiveDeletedAllowed:DraftActiveInactiveDeletedPageSizeint32requiredSpecifies the number of items to return per page.ContinuationTokenstring | nullA continuation token used for pagination, returned if HasMore is true. You can use the value of ContinuationToken in a following call to fetch the next page of results.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200A successful response with all payment requests. 400Bad Request 401Authentication required. 403Forbidden.Updated 9 days ago