Gets a list of all payouts for a specific merchant.Copy Pageget https://api-sandbox.nofrixion.com/api/v1/payoutsAuthorization: End user or Merchant token (IP address whitelisted) is required.Query ParamsmerchantIDuuidRequired. The ID of the merchant to get the payouts for.pageNumberint32The page number from where records are retrieved.pageSizeint32The number of records to be retrieved from a page.statusesarray of stringsAn optional status filter for the payout records.statusesShow 11 enum valuesADD stringfromDatedate-timeThe date filter to apply to retrieve payouts created after this date.toDatedate-timeThe date filter to apply to retrieve payouts created up until this date.searchstringThe text filter to apply to retrieve payouts with a similar title, description, merchant name or contact information.currencystringenumThe currency filter to apply to retrieve payouts with this currency.NONEGBPEURUSDAUDBGNCADCZKDKKHUFISKCHFNOKPLNRONAEDCNHHKDILSJPYMXNNZDSARSEKSGDTRYZARBTCShow 28 enum valuesminAmountdoubleThe amount filter to apply to retrieve payouts that exceed this amount.maxAmountdoubleThe amount filter to apply to retrieve payouts that don't exceed this amount.tagsarray of uuidsThe tag filter to apply to retrieve payouts with at least one of these tags.tagsADD uuidsortstringOptional expression to sort the order of the payouts.includeArchivedbooleanDefaults to falseFlag that indicates whether to include archived payouts.truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponse 200Returns a list of payout records.Updated 2 months ago Gets a list of all payout metrics for a specific merchant.Creates a new payout.Did this page help you?YesNo