Get list of payoutsAsk AIget https://testapi.continentalpay.com/v2/payoutsPayouts API is used to fetch list of payouts that merchant has processed.Query Paramspayment_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