List Provider Configs by ProviderAsk AIget https://api.staging.payrails.io/payment/providers/{providerId}/configsFetch a list of provider configs with a relationship to the provider.Path ParamsproviderIduuidrequiredIdentifier of the resource in Payrails.Query Paramsfilter[status]stringenumFilter by provider config status to only find provider configs with this status.enableddisableddeletedtemporarilyDisabledAllowed:enableddisableddeletedtemporarilyDisabledfilter[paymentMethod]stringenumFilter by payment method to only find active providers which support this payment method.alexBankMa7faztyapplePayaudi2paybankAccountcardcibSmartWalleteasypaisaetisalatCashfawryMobileWalletfawryPaygooglePayjazzCashnbePhoneCashorangeCashpayPalqnbEWalletweCashgenericRedirectalfakonnecteftPronetBankingupicashFreeWalletpaytmWalletShow 25 enum valuesfilter[providerType]stringenumFilter by provider type to only find active providers of a specific type, e.g. Vault.FraudPaymentPayoutVaultNetworkOffersThreeDSNetworkGatewayNetworkTokenBinDataShow 10 enum valuesfilter[providerName]stringFilter for a list of provider configs by provider name.filter[accountName]stringFilter for a list of provider configs by account name.filter[accountDisplayName]stringFilter for a list of provider configs by account display name.filter[workspaceId]stringFilter by Workspace ID.includeSchemabooleanDefaults to trueWhether to include the schema of the returned configs.truefalsepage[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. 404Not Found. 429Too Many Requests.Updated 11 months ago