Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Optional filter to retrieve payins with a specific payment method ID. Useful for filtering payins when managing multiple payment methods
Optional filter to retrieve payins with a specific from wallet address. Useful for filtering payins when managing multiple wallets
Optional filter to retrieve payins with a specific network ID. Useful for filtering payins when managing multiple networks
Optional filter to retrieve payins with a specific merchant ID. Useful for filtering payins when managing multiple merchants
Optional filter to retrieve payins with a specific customer ID. Useful for filtering payins when managing multiple customers
Optional filter to retrieve payins with a specific customer reference ID. Useful for filtering payins linked to external customers
Optional filter to retrieve payins with a specific status. Useful for filtering payins when managing multiple payins. Valid options are "scheduled", "pending", "completed", "failed", "canceled", "uncollectible", and "draft".
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".