Search & list paymentsAsk AIget https://api.staging.payrails.io/payment/paymentsFetch a list of payments.Query ParamsincludeInstrumentbooleanDefaults to falseBoolean indicating if the payment instrument should be included in the response.truefalseincludeProviderAccountDisplayNamebooleanDefaults to falseBoolean indicating if the provider account display name should be included in the response.truefalseincludePaymentTokenbooleanDefaults to falseBoolean indicating if the instrument payment token should be included in the response.truefalseincludeHolderReferencebooleanDefaults to falseBoolean indicating if the holder reference should be included in the response.truefalsefilter[paymentId]stringFilter for a list of payments by payment ID.filter[providerId]stringFilter for a list of payments by provider ID.filter[providerConfigId]stringFilter for a list of payments by provider config ID.filter[providerReference]stringFilter for a list of payments by provider reference.filter[holderId]stringFilter for a list of payments by holder ID.filter[holderReference]stringFilter for a list of payments by holder reference.filter[transactionReference]stringFilter for a list of payments by transaction reference.filter[merchantReference]stringFilter for a list of payments by merchant reference.filter[processingType]stringFilter for a list of payments by payment processing type.filter[captureMode]stringFilter for a list of payments by capture mode. Capture mode defines if money is captured instantly, with delay or manually.filter[status]stringFilter for a list of payments by latest payment status.filter[anyReference]stringFilter for a list of payments by any reference.filter[tokenType]stringenumFilter for a list of payments by instrument token type.networkvaultpspnetworkOffersnetworkGatewayAllowed:networkvaultpspnetworkOffersnetworkGatewayfilter[instrumentId]stringFilter for a list of payments by instrument ID.filter[instrumentBin]stringFilter for a list of payments by instrument BIN.filter[instrumentSuffix]stringFilter for a list of payments by instrument suffix.filter[instrumentNetwork]stringFilter for a list of payments by card network.filter[instrumentLocalNetwork]stringFilter for a list of payments by card network.filter[instrumentIssuer]stringFilter for a list of payments by instrument issuer.filter[instrumentIssuerCountry]stringFilter for a list of payments by instrument issuer country.filter[instrumentFutureUsage]stringFilter for a list of payments by instrument future usage.filter[authorizationFailureResult]stringFilter for a list of payments by the authorization failure result.filter[workspaceId]stringFilter by Workspace ID.filter[paymentMethodType]stringFilter for a list of payments by payment method.filter[customerEmail]stringFilter for a list of payments by customer email.filter[createdAt]stringFilter by createdAt.page[cursor]stringSearch collection items from that cursor.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 429Too Many Requests.Updated 11 months ago