Get list of paymentsAsk AIget https://testapi.continentalpayment.de/v2/paymentsPayments API is used to fetch list of payments that merchant has processed.Query Paramscheckout_idstringCheckout ID of the payment that was created using our low code Checkout solution.payment_typestringIdentifier for the payment method. See list of payment methods in the following link https://continentalpay.readme.io/reference/list-of-payment-methods.statusstringStatus code of the payout. Find them in the following link: https://continentalpay.readme.io/reference/list-of-transaction-statuses.merchant_order_idstringOrder ID of the payment.merchant_referencestringReference for the transaction.currencystring3 letter currency code.created_at[min]dateStarting date for filtering by date.created_at[max]dateEnding date for filtering by date.perint32Number of items per page.pageint32Pagination page number.merchant_idstringUnique UUID of the merchant that partner level merchant have access to. Only required when user making the API request has partner level access to this merchant account.Response 200Updated about 1 year ago