Search payment accountsAsk AIget https://api.revioapi.com/v1/PaymentAccountsSearch for one or more payment accounts.Query Paramssearch.payment_account_idarray of int32sQuery by payment account identifier.search.payment_account_idADD int32search.card_expiration_date_startdate-timeFormat - date-time (as date-time in RFC3339). Query by credit card expiration date.search.card_expiration_date_enddate-timeFormat - date-time (as date-time in RFC3339). Query by credit card expiration date.search.bank_account_namearray of stringsQuery by bank account name.search.bank_account_nameADD stringsearch.bank_account_typearray of stringsQuery by bank account type.search.bank_account_typeADD stringsearch.bank_namearray of stringsQuery by bank name.search.bank_nameADD stringsearch.methodarray of stringsQuery by the method of payment processing.search.methodADD stringsearch.card_name_firstarray of stringsQuery by the first name on the card.search.card_name_firstADD stringsearch.card_name_lastarray of stringsQuery by the last name on the card.search.card_name_lastADD stringsearch.tokenarray of stringsQuery by token.search.tokenADD stringsearch.merchant_profile_idarray of int32sQuwery by merchant profile identifier.search.merchant_profile_idADD int32search.last_used_startdate-timeFormat - date-time (as date-time in RFC3339). Query by last used date.search.last_used_enddate-timeFormat - date-time (as date-time in RFC3339). Query by last used date.search.last_process_resultarray of stringsQuery by the result of the last attempt to process a payment.search.last_process_resultADD stringsearch.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Query by created date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Query by created date.search.created_byarray of int32sQuery by the identifier of the user who created a payment account.search.created_byADD int32search.last_4array of stringsQuery by last 4 of the credit card or bank account number.search.last_4ADD stringsearch.customer_idarray of int32sQuery by the associated customer's primary identifier.search.customer_idADD int32search.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago