PaymentsRetrieve Payment ListCopy Pageget https://api-dev.gettrx.com/payments/v1/payment-requestsQuery Paramsstart_dateint64The start date for the search, specified as a Unix timestamp. This applies to the payment request's creation date.end_dateint64The end date for the search, specified as a Unix timestamp. This applies to the payment request's creation date.limitint32Defaults to 10The number of records to retrieve. If not provided it defaults to 10.pageint32Defaults to 1The page to retrieve based on the limit parameter provided. If not provided it defaults to 1.display_statusarray of stringsThe display status for the search. Possible values are: succeeded, failed, refunded and processing.display_statusADD stringpayment_methodarray of stringsThe payment methods for the search. Possible values are: card and us_bank_account.payment_methodADD stringcustomerstringThe customer ID for the search.searchstringSearch by last4 of payment method, customer name, customer email, and description.order_byarray of stringsDefaults to created:descThe parameters and the directions to sort by. Parameters allowed: created and amount. E.g. created:descorder_byADD stringexpandarray of stringsParameters to expand in the response. Allowed parameters: customer.expandADD stringHeadersonBehalfOfstringSpecifies the account for which the Payment Request list retrieval is intended. This is used for scenarios where one partner processes payments on behalf of another partner, such as in PayFac or related partner relationships.Responses 200200 400400Updated about 1 year ago Retrieve a PaymentRetrieve Transactions ListDid this page help you?YesNo