text stringlengths 65 57.3k | file_path stringlengths 22 92 | module stringclasses 38
values | type stringclasses 7
values | struct_name stringlengths 3 60 ⌀ | impl_count int64 0 60 ⌀ | traits listlengths 0 59 ⌀ | tokens int64 16 8.19k | function_name stringlengths 3 85 ⌀ | type_name stringlengths 1 67 ⌀ | trait_name stringclasses 573
values | method_count int64 0 31 ⌀ | public_method_count int64 0 19 ⌀ | submodule_count int64 0 56 ⌀ | export_count int64 0 9 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
// Struct: ContractLabelInformationEventRequest
// File: crates/router/src/core/payments/routing/utils.rs
// Module: router
// Implementations: 0
pub struct ContractLabelInformationEventRequest | crates/router/src/core/payments/routing/utils.rs | router | struct_definition | ContractLabelInformationEventRequest | 0 | [] | 42 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentAuthorize for for Katapult
// File: crates/hyperswitch_connectors/src/connectors/katapult.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentAuthorize for for Katapult | crates/hyperswitch_connectors/src/connectors/katapult.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Katapult | api::PaymentAuthorize for | 0 | 0 | null | null |
// Struct: KatapultErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/katapult/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct KatapultErrorResponse | crates/hyperswitch_connectors/src/connectors/katapult/transformers.rs | hyperswitch_connectors | struct_definition | KatapultErrorResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Implementation: impl std::fmt::Display for for TrustpaymentsSettleStatus
// File: crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl std::fmt::Display for for TrustpaymentsSettleStatus | crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs | hyperswitch_connectors | impl_block | null | null | null | 69 | null | TrustpaymentsSettleStatus | std::fmt::Display for | 1 | 0 | null | null |
// Implementation: impl api::RefundExecute for for Volt
// File: crates/hyperswitch_connectors/src/connectors/volt.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Volt | crates/hyperswitch_connectors/src/connectors/volt.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Volt | api::RefundExecute for | 0 | 0 | null | null |
// Struct: TokenReference
// File: crates/router/src/core/proxy/utils.rs
// Module: router
// Implementations: 0
pub struct TokenReference | crates/router/src/core/proxy/utils.rs | router | struct_definition | TokenReference | 0 | [] | 34 | null | null | null | null | null | null | null |
// Function: new
// File: crates/payment_methods/src/configs/payment_connector_required_fields.rs
// Module: payment_methods
pub fn new(bank_config: &BankRedirectConfig) -> Self | crates/payment_methods/src/configs/payment_connector_required_fields.rs | payment_methods | function_signature | null | null | null | 40 | new | null | null | null | null | null | null |
// Struct: PaymentDetails
// File: crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaymentDetails | crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs | hyperswitch_connectors | struct_definition | PaymentDetails | 0 | [] | 47 | null | null | null | null | null | null | null |
// Struct: ProxyClient
// File: crates/router/src/services/api/client.rs
// Module: router
// Implementations: 2
// Traits: ApiClient
pub struct ProxyClient | crates/router/src/services/api/client.rs | router | struct_definition | ProxyClient | 2 | [
"ApiClient"
] | 39 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorValidation for for UnifiedAuthenticationService
// File: crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl ConnectorValidation for for UnifiedAuthenticationService | crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | UnifiedAuthenticationService | ConnectorValidation for | 0 | 0 | null | null |
// Function: connector_service_decider
// File: crates/router/src/core/payments.rs
// Module: router
pub fn connector_service_decider<F, RouterDReq, ApiRequest, D>(
state: &SessionState,
req_state: ReqState,
merchant_context: &domain::MerchantContext,
connector: api::ConnectorData,
operation: &Boxe... | crates/router/src/core/payments.rs | router | function_signature | null | null | null | 300 | connector_service_decider | null | null | null | null | null | null |
// Struct: AuthipayErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct AuthipayErrorResponse | crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs | hyperswitch_connectors | struct_definition | AuthipayErrorResponse | 0 | [] | 47 | null | null | null | null | null | null | null |
// Implementation: impl Breadpay
// File: crates/hyperswitch_connectors/src/connectors/breadpay.rs
// Module: hyperswitch_connectors
// Methods: 1 total (1 public)
impl Breadpay | crates/hyperswitch_connectors/src/connectors/breadpay.rs | hyperswitch_connectors | impl_block | null | null | null | 46 | null | Breadpay | null | 1 | 1 | null | null |
// Function: perform_elimination_routing
// File: crates/router/src/core/payments/routing.rs
// Module: router
pub fn perform_elimination_routing(
state: &SessionState,
routable_connectors: Vec<api_routing::RoutableConnectorChoice>,
profile_id: &common_utils::id_type::ProfileId,
merchant_id: &common_ut... | crates/router/src/core/payments/routing.rs | router | function_signature | null | null | null | 145 | perform_elimination_routing | null | null | null | null | null | null |
// Function: retry_webhook_delivery_task
// File: crates/router/src/workflows/outgoing_webhook_retry.rs
// Module: router
pub fn retry_webhook_delivery_task(
db: &dyn StorageInterface,
merchant_id: &id_type::MerchantId,
process: storage::ProcessTracker,
) -> errors::CustomResult<(), errors::StorageError> | crates/router/src/workflows/outgoing_webhook_retry.rs | router | function_signature | null | null | null | 76 | retry_webhook_delivery_task | null | null | null | null | null | null |
// Struct: RefundResponse
// File: crates/hyperswitch_connectors/src/connectors/tesouro/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RefundResponse | crates/hyperswitch_connectors/src/connectors/tesouro/transformers.rs | hyperswitch_connectors | struct_definition | RefundResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSync for for Hipay
// File: crates/hyperswitch_connectors/src/connectors/hipay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSync for for Hipay | crates/hyperswitch_connectors/src/connectors/hipay.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Hipay | api::PaymentSync for | 0 | 0 | null | null |
// File: crates/api_models/src/mandates.rs
// Module: api_models
// Public functions: 1
// Public structs: 7
use common_types::payments as common_payments_types;
use masking::Secret;
use serde::{Deserialize, Serialize};
use time::PrimitiveDateTime;
use utoipa::ToSchema;
use crate::enums as api_enums;
#[derive(Defaul... | crates/api_models/src/mandates.rs | api_models | full_file | null | null | null | 1,770 | null | null | null | null | null | null | null |
// File: crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
// Module: hyperswitch_connectors
// Public functions: 9
// Public structs: 106
use std::{collections::HashMap, fmt::Debug, ops::Deref};
use api_models::{self, enums as api_enums, payments};
use common_enums::{enums, AttemptStatus, PaymentCh... | crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs#chunk0 | hyperswitch_connectors | chunk | null | null | null | 8,185 | null | null | null | null | null | null | null |
// Struct: RefundSyncResponse
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RefundSyncResponse | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | RefundSyncResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Function: new
// File: crates/router/src/types/domain/user/decision_manager.rs
// Module: router
pub fn new(
token: auth::UserFromSinglePurposeToken,
current_flow: UserFlow,
) -> UserResult<Self> | crates/router/src/types/domain/user/decision_manager.rs | router | function_signature | null | null | null | 53 | new | null | null | null | null | null | null |
// Struct: SerializeStructVariant
// File: crates/masking/src/serde.rs
// Module: masking
// Implementations: 0
pub struct SerializeStructVariant<T: Serializer> | crates/masking/src/serde.rs | masking | struct_definition | SerializeStructVariant | 0 | [] | 39 | null | null | null | null | null | null | null |
// Implementation: impl api::RefundSync for for Archipel
// File: crates/hyperswitch_connectors/src/connectors/archipel.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundSync for for Archipel | crates/hyperswitch_connectors/src/connectors/archipel.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Archipel | api::RefundSync for | 0 | 0 | null | null |
// Implementation: impl BillingConnectorPaymentsSyncFlowRouterData
// File: crates/router/src/core/webhooks/recovery_incoming.rs
// Module: router
// Methods: 2 total (0 public)
impl BillingConnectorPaymentsSyncFlowRouterData | crates/router/src/core/webhooks/recovery_incoming.rs | router | impl_block | null | null | null | 50 | null | BillingConnectorPaymentsSyncFlowRouterData | null | 2 | 0 | null | null |
// Function: get_irrelevant_id
// File: crates/common_utils/src/id_type/payment.rs
// Module: common_utils
// Documentation: Get payment id in the format of irrelevant_payment_id_in_{flow}
pub fn get_irrelevant_id(flow: &str) -> Self | crates/common_utils/src/id_type/payment.rs | common_utils | function_signature | null | null | null | 56 | get_irrelevant_id | null | null | null | null | null | null |
// Struct: SamsungPayTokenizedCard
// File: crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct SamsungPayTokenizedCard | crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs | hyperswitch_connectors | struct_definition | SamsungPayTokenizedCard | 0 | [] | 53 | null | null | null | null | null | null | null |
// Struct: BankOfAmericaRefundResponse
// File: crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct BankOfAmericaRefundResponse | crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs | hyperswitch_connectors | struct_definition | BankOfAmericaRefundResponse | 0 | [] | 56 | null | null | null | null | null | null | null |
// Function: generic_find_one_optional
// File: crates/diesel_models/src/query/generics.rs
// Module: diesel_models
pub fn generic_find_one_optional<T, P, R>(
conn: &PgPooledConn,
predicate: P,
) -> StorageResult<Option<R>>
where
T: FilterDsl<P> + HasTable<Table = T> + Table + 'static,
Filter<T, P>: Lo... | crates/diesel_models/src/query/generics.rs | diesel_models | function_signature | null | null | null | 121 | generic_find_one_optional | null | null | null | null | null | null |
// Function: update_subscription_entry
// File: crates/diesel_models/src/query/subscription.rs
// Module: diesel_models
pub fn update_subscription_entry(
conn: &PgPooledConn,
merchant_id: &common_utils::id_type::MerchantId,
id: String,
subscription_update: SubscriptionUpdate,
) -> S... | crates/diesel_models/src/query/subscription.rs | diesel_models | function_signature | null | null | null | 74 | update_subscription_entry | null | null | null | null | null | null |
// Function: mock_call_to_locker_hs
// File: crates/router/src/core/payment_methods/cards.rs
// Module: router
// Documentation: Mock api for local testing
pub fn mock_call_to_locker_hs(
db: &dyn db::StorageInterface,
card_id: &str,
payload: &payment_methods::StoreLockerReq,
card_cvc: Option<String>,
... | crates/router/src/core/payment_methods/cards.rs | router | function_signature | null | null | null | 119 | mock_call_to_locker_hs | null | null | null | null | null | null |
// Struct: StaxTokenResponse
// File: crates/hyperswitch_connectors/src/connectors/stax/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct StaxTokenResponse | crates/hyperswitch_connectors/src/connectors/stax/transformers.rs | hyperswitch_connectors | struct_definition | StaxTokenResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Function: set_metadata
// File: crates/router/src/core/user/dashboard_metadata.rs
// Module: router
pub fn set_metadata(
state: SessionState,
user: UserFromToken,
request: api::SetMetaDataRequest,
_req_state: ReqState,
) -> UserResponse<()> | crates/router/src/core/user/dashboard_metadata.rs | router | function_signature | null | null | null | 63 | set_metadata | null | null | null | null | null | null |
// Function: list_blocklist_entries_for_merchant
// File: crates/router/src/core/blocklist/utils.rs
// Module: router
pub fn list_blocklist_entries_for_merchant(
state: &SessionState,
merchant_id: &common_utils::id_type::MerchantId,
query: api_blocklist::ListBlocklistQuery,
) -> RouterResult<Vec<api_blockl... | crates/router/src/core/blocklist/utils.rs | router | function_signature | null | null | null | 85 | list_blocklist_entries_for_merchant | null | null | null | null | null | null |
// Function: call_frm_before_connector_call
// File: crates/router/src/core/fraud_check.rs
// Module: router
pub fn call_frm_before_connector_call<F, Req, D>(
operation: &BoxedOperation<'_, F, Req, D>,
merchant_context: &domain::MerchantContext,
payment_data: &mut D,
state: &SessionState,
frm_info:... | crates/router/src/core/fraud_check.rs | router | function_signature | null | null | null | 173 | call_frm_before_connector_call | null | null | null | null | null | null |
// Struct: ConfirmSubscriptionRequest
// File: crates/api_models/src/subscription.rs
// Module: api_models
// Implementations: 2
// Traits: ApiEventMetric
pub struct ConfirmSubscriptionRequest | crates/api_models/src/subscription.rs | api_models | struct_definition | ConfirmSubscriptionRequest | 2 | [
"ApiEventMetric"
] | 43 | null | null | null | null | null | null | null |
// Struct: PaysafeCard
// File: crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaysafeCard | crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs | hyperswitch_connectors | struct_definition | PaysafeCard | 0 | [] | 48 | null | null | null | null | null | null | null |
// Function: new
// File: crates/external_services/src/email.rs
// Module: external_services
// Documentation: Create a new Instance of IntermediateString using a string
pub fn new(inner: String) -> Self | crates/external_services/src/email.rs | external_services | function_signature | null | null | null | 45 | new | null | null | null | null | null | null |
// Implementation: impl api::ConnectorAccessToken for for Payu
// File: crates/hyperswitch_connectors/src/connectors/payu.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Payu | crates/hyperswitch_connectors/src/connectors/payu.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Payu | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Struct: AmazonPayWalletData
// File: crates/hyperswitch_domain_models/src/payment_method_data.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct AmazonPayWalletData | crates/hyperswitch_domain_models/src/payment_method_data.rs | hyperswitch_domain_models | struct_definition | AmazonPayWalletData | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl fmt::Display for for BokuPaymentType
// File: crates/hyperswitch_connectors/src/connectors/boku/transformers.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl fmt::Display for for BokuPaymentType | crates/hyperswitch_connectors/src/connectors/boku/transformers.rs | hyperswitch_connectors | impl_block | null | null | null | 62 | null | BokuPaymentType | fmt::Display for | 1 | 0 | null | null |
// Struct: OpayoPaymentsRequest
// File: crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct OpayoPaymentsRequest | crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs | hyperswitch_connectors | struct_definition | OpayoPaymentsRequest | 0 | [] | 49 | null | null | null | null | null | null | null |
// Struct: MifinityPaymentsRequest
// File: crates/hyperswitch_connectors/src/connectors/mifinity/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct MifinityPaymentsRequest | crates/hyperswitch_connectors/src/connectors/mifinity/transformers.rs | hyperswitch_connectors | struct_definition | MifinityPaymentsRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// Function: save_payout_data_to_locker
// File: crates/router/src/core/payouts/helpers.rs
// Module: router
pub fn save_payout_data_to_locker(
state: &SessionState,
payout_data: &mut PayoutData,
customer_id: &id_type::CustomerId,
payout_method_data: &api::PayoutMethodData,
connector_mandate_detail... | crates/router/src/core/payouts/helpers.rs | router | function_signature | null | null | null | 108 | save_payout_data_to_locker | null | null | null | null | null | null |
// Implementation: impl PaymentResourceUpdateStatus
// File: crates/common_enums/src/enums.rs
// Module: common_enums
// Methods: 1 total (1 public)
impl PaymentResourceUpdateStatus | crates/common_enums/src/enums.rs | common_enums | impl_block | null | null | null | 43 | null | PaymentResourceUpdateStatus | null | 1 | 1 | null | null |
// Struct: ThreedsecureioPostAuthenticationRequest
// File: crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ThreedsecureioPostAuthenticationRequest | crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs | hyperswitch_connectors | struct_definition | ThreedsecureioPostAuthenticationRequest | 0 | [] | 57 | null | null | null | null | null | null | null |
// Implementation: impl MerchantReferenceIdForCustomer
// File: crates/router/src/core/customers.rs
// Module: router
// Methods: 2 total (0 public)
impl MerchantReferenceIdForCustomer | crates/router/src/core/customers.rs | router | impl_block | null | null | null | 42 | null | MerchantReferenceIdForCustomer | null | 2 | 0 | null | null |
// Struct: GetnetCaptureResponse
// File: crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct GetnetCaptureResponse | crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs | hyperswitch_connectors | struct_definition | GetnetCaptureResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// File: crates/router/src/services/jwt.rs
// Module: router
// Public functions: 2
use common_utils::errors::CustomResult;
use error_stack::ResultExt;
use jsonwebtoken::{encode, EncodingKey, Header};
use masking::PeekInterface;
use crate::{configs::Settings, core::errors::UserErrors};
pub fn generate_exp(
exp_d... | crates/router/src/services/jwt.rs | router | full_file | null | null | null | 244 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSession for for Bitpay
// File: crates/hyperswitch_connectors/src/connectors/bitpay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSession for for Bitpay | crates/hyperswitch_connectors/src/connectors/bitpay.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Bitpay | api::PaymentSession for | 0 | 0 | null | null |
// Struct: PaymentMethodUpdateInternal
// File: crates/diesel_models/src/payment_method.rs
// Module: diesel_models
// Implementations: 2
pub struct PaymentMethodUpdateInternal | crates/diesel_models/src/payment_method.rs | diesel_models | struct_definition | PaymentMethodUpdateInternal | 2 | [] | 39 | null | null | null | null | null | null | null |
// Struct: NexixpayMandateResponse
// File: crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct NexixpayMandateResponse | crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs | hyperswitch_connectors | struct_definition | NexixpayMandateResponse | 0 | [] | 57 | null | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Bluecode
// File: crates/hyperswitch_connectors/src/connectors/bluecode.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Bluecode | crates/hyperswitch_connectors/src/connectors/bluecode.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Bluecode | api::Refund for | 0 | 0 | null | null |
// Function: create_payment_method_proxy_card_core
// File: crates/router/src/core/payment_methods.rs
// Module: router
pub fn create_payment_method_proxy_card_core(
state: &SessionState,
req: api::PaymentMethodCreate,
merchant_context: &domain::MerchantContext,
profile: &domain::Profile,
merchant_... | crates/router/src/core/payment_methods.rs | router | function_signature | null | null | null | 145 | create_payment_method_proxy_card_core | null | null | null | null | null | null |
// Function: get_entity_id
// File: crates/router/src/services/email/types.rs
// Module: router
pub fn get_entity_id(&self) -> &str | crates/router/src/services/email/types.rs | router | function_signature | null | null | null | 34 | get_entity_id | null | null | null | null | null | null |
// Implementation: impl GetCaptureMethod for for PaymentsCancelData
// File: crates/hyperswitch_connectors/src/connectors/aci/transformers.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl GetCaptureMethod for for PaymentsCancelData | crates/hyperswitch_connectors/src/connectors/aci/transformers.rs | hyperswitch_connectors | impl_block | null | null | null | 60 | null | PaymentsCancelData | GetCaptureMethod for | 1 | 0 | null | null |
// Function: supports_create_recipient
// File: crates/common_enums/src/connector_enums.rs
// Module: common_enums
pub fn supports_create_recipient(self, payout_method: Option<PayoutType>) -> bool | crates/common_enums/src/connector_enums.rs | common_enums | function_signature | null | null | null | 47 | supports_create_recipient | null | null | null | null | null | null |
FieldType::UserBillingName,
)
.to_tuple(),
RequiredField::BacsBankDebitAccountNumber.to_tuple(),
RequiredField::BacsBankDebitSortCode.to_tuple(),
]),
... | crates/payment_methods/src/configs/payment_connector_required_fields.rs#chunk3 | payment_methods | chunk | null | null | null | 2,809 | null | null | null | null | null | null | null |
// Struct: FacilitapayWebhookBody
// File: crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct FacilitapayWebhookBody | crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs | hyperswitch_connectors | struct_definition | FacilitapayWebhookBody | 0 | [] | 57 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorValidation for for Sift
// File: crates/hyperswitch_connectors/src/connectors/sift.rs
// Module: hyperswitch_connectors
// Methods: 2 total (0 public)
impl ConnectorValidation for for Sift | crates/hyperswitch_connectors/src/connectors/sift.rs | hyperswitch_connectors | impl_block | null | null | null | 53 | null | Sift | ConnectorValidation for | 2 | 0 | null | null |
// Struct: RedsysOperationsResponse
// File: crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RedsysOperationsResponse | crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs | hyperswitch_connectors | struct_definition | RedsysOperationsResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Struct: ParentInfo
// File: crates/api_models/src/user_role.rs
// Module: api_models
// Implementations: 0
pub struct ParentInfo | crates/api_models/src/user_role.rs | api_models | struct_definition | ParentInfo | 0 | [] | 34 | null | null | null | null | null | null | null |
// Function: server
// File: crates/router/src/routes/app.rs
// Module: router
pub fn server(state: AppState) -> Scope | crates/router/src/routes/app.rs | router | function_signature | null | null | null | 29 | server | null | null | null | null | null | null |
// Implementation: impl ProcessTrackerNew
// File: crates/diesel_models/src/query/process_tracker.rs
// Module: diesel_models
// Methods: 1 total (0 public)
impl ProcessTrackerNew | crates/diesel_models/src/query/process_tracker.rs | diesel_models | impl_block | null | null | null | 41 | null | ProcessTrackerNew | null | 1 | 0 | null | null |
// Struct: VersionData
// File: crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct VersionData | crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs | hyperswitch_connectors | struct_definition | VersionData | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/payments.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/payments.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl ConnectorCommon for for Placetopay
// File: crates/hyperswitch_connectors/src/connectors/placetopay.rs
// Module: hyperswitch_connectors
// Methods: 5 total (0 public)
impl ConnectorCommon for for Placetopay | crates/hyperswitch_connectors/src/connectors/placetopay.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Placetopay | ConnectorCommon for | 5 | 0 | null | null |
// Function: from_bytes
// File: crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs
// Module: hyperswitch_connectors
pub fn from_bytes(bytes: &[u8]) -> Self | crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs | hyperswitch_connectors | function_signature | null | null | null | 46 | from_bytes | null | null | null | null | null | null |
// Struct: Avs
// File: crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Avs | crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs | hyperswitch_connectors | struct_definition | Avs | 0 | [] | 47 | null | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Loonio
// File: crates/hyperswitch_connectors/src/connectors/loonio.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Loonio | crates/hyperswitch_connectors/src/connectors/loonio.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Loonio | api::Refund for | 0 | 0 | null | null |
// Struct: VantivDisputeErrors
// File: crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct VantivDisputeErrors | crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs | hyperswitch_connectors | struct_definition | VantivDisputeErrors | 0 | [] | 55 | null | null | null | null | null | null | null |
// Function: server
// File: crates/router/src/routes/app.rs
// Module: router
pub fn server(state: AppState) -> Scope | crates/router/src/routes/app.rs | router | function_signature | null | null | null | 29 | server | null | null | null | null | null | null |
impl<T, Req: Clone, Resp: Clone> RouterDataConversion<T, Req, Resp> for VaultConnectorFlowData {
fn from_old_router_data(
old_router_data: &RouterData<T, Req, Resp>,
) -> CustomResult<RouterDataV2<T, Self, Req, Resp>, ConnectorError>
where
Self: Sized,
{
let resource_common_data ... | crates/hyperswitch_interfaces/src/conversion_impls.rs#chunk1 | hyperswitch_interfaces | chunk | null | null | null | 1,306 | null | null | null | null | null | null | null |
// Function: from_config
// File: crates/storage_impl/src/lib.rs
// Module: storage_impl
pub fn from_config(
db_conf: T::Config,
tenant_config: &dyn config::TenantConfig,
encryption_key: StrongSecret<Vec<u8>>,
cache_store: Arc<RedisStore>,
inmemory_cache_stream: &str,
) -> e... | crates/storage_impl/src/lib.rs | storage_impl | function_signature | null | null | null | 86 | from_config | null | null | null | null | null | null |
// Struct: CryptopayAuthType
// File: crates/hyperswitch_connectors/src/connectors/cryptopay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct CryptopayAuthType | crates/hyperswitch_connectors/src/connectors/cryptopay/transformers.rs | hyperswitch_connectors | struct_definition | CryptopayAuthType | 0 | [] | 53 | null | null | null | null | null | null | null |
// Struct: WorldlineAuthType
// File: crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct WorldlineAuthType | crates/hyperswitch_connectors/src/connectors/worldline/transformers.rs | hyperswitch_connectors | struct_definition | WorldlineAuthType | 0 | [] | 49 | null | null | null | null | null | null | null |
// Implementation: impl CustomerUpdateInternal
// File: crates/diesel_models/src/customers.rs
// Module: diesel_models
// Methods: 1 total (1 public)
impl CustomerUpdateInternal | crates/diesel_models/src/customers.rs | diesel_models | impl_block | null | null | null | 40 | null | CustomerUpdateInternal | null | 1 | 1 | null | null |
// Struct: RuleRequest
// File: crates/router/src/services/authentication/decision.rs
// Module: router
// Implementations: 0
pub struct RuleRequest | crates/router/src/services/authentication/decision.rs | router | struct_definition | RuleRequest | 0 | [] | 34 | null | null | null | null | null | null | null |
// File: crates/diesel_models/src/query/reverse_lookup.rs
// Module: diesel_models
// Public functions: 3
use diesel::{associations::HasTable, ExpressionMethods};
use super::generics;
use crate::{
reverse_lookup::{ReverseLookup, ReverseLookupNew},
schema::reverse_lookup::dsl,
PgPooledConn, StorageResult,
... | crates/diesel_models/src/query/reverse_lookup.rs | diesel_models | full_file | null | null | null | 250 | null | null | null | null | null | null | null |
// Struct: UserRoleUpdateInternal
// File: crates/diesel_models/src/user_role.rs
// Module: diesel_models
// Implementations: 0
pub struct UserRoleUpdateInternal | crates/diesel_models/src/user_role.rs | diesel_models | struct_definition | UserRoleUpdateInternal | 0 | [] | 37 | null | null | null | null | null | null | null |
// Implementation: impl api::RefundExecute for for Getnet
// File: crates/hyperswitch_connectors/src/connectors/getnet.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::RefundExecute for for Getnet | crates/hyperswitch_connectors/src/connectors/getnet.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Getnet | api::RefundExecute for | 0 | 0 | null | null |
// Trait: PaymentFilterAnalytics
// File: crates/analytics/src/payments/filters.rs
// Module: analytics
pub trait PaymentFilterAnalytics: LoadRow<PaymentFilterRow> | crates/analytics/src/payments/filters.rs | analytics | trait_definition | null | null | null | 38 | null | null | PaymentFilterAnalytics | null | null | null | null |
// Implementation: impl ConnectorSpecifications for for Paytm
// File: crates/hyperswitch_connectors/src/connectors/paytm.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl ConnectorSpecifications for for Paytm | crates/hyperswitch_connectors/src/connectors/paytm.rs | hyperswitch_connectors | impl_block | null | null | null | 53 | null | Paytm | ConnectorSpecifications for | 3 | 0 | null | null |
// Struct: AuthReversal
// File: crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct AuthReversal | crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs | hyperswitch_connectors | struct_definition | AuthReversal | 0 | [] | 51 | null | null | null | null | null | null | null |
// Struct: BillTo
// File: crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct BillTo | crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs | hyperswitch_connectors | struct_definition | BillTo | 0 | [] | 47 | null | null | null | null | null | null | null |
// Struct: PaypalVault
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaypalVault | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | PaypalVault | 0 | [] | 45 | null | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Nordea
// File: crates/hyperswitch_connectors/src/connectors/nordea.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Nordea | crates/hyperswitch_connectors/src/connectors/nordea.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Nordea | api::Refund for | 0 | 0 | null | null |
// Implementation: impl api::PaymentAuthorize for for Mifinity
// File: crates/hyperswitch_connectors/src/connectors/mifinity.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentAuthorize for for Mifinity | crates/hyperswitch_connectors/src/connectors/mifinity.rs | hyperswitch_connectors | impl_block | null | null | null | 60 | null | Mifinity | api::PaymentAuthorize for | 0 | 0 | null | null |
&self,
state: &KeyManagerState,
merchant_id: &id_type::MerchantId,
merchant_account: storage::MerchantAccountUpdate,
key_store: &domain::MerchantKeyStore,
) -> CustomResult<domain::MerchantAccount, errors::StorageError> {
self.diesel_store
.update_specific... | crates/router/src/db/kafka_store.rs#chunk1 | router | chunk | null | null | null | 8,184 | null | null | null | null | null | null | null |
// Function: get_customer_user_agent_extended
// File: crates/diesel_models/src/mandate.rs
// Module: diesel_models
// Documentation: Returns customer_user_agent_extended with customer_user_agent as fallback
pub fn get_customer_user_agent_extended(&self) -> Option<String> | crates/diesel_models/src/mandate.rs | diesel_models | function_signature | null | null | null | 57 | get_customer_user_agent_extended | null | null | null | null | null | null |
// Struct: StripebillingErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct StripebillingErrorResponse | crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs | hyperswitch_connectors | struct_definition | StripebillingErrorResponse | 0 | [] | 48 | null | null | null | null | null | null | null |
// Function: organization_update
// File: crates/openapi/src/routes/organization.rs
// Module: openapi
pub fn organization_update() | crates/openapi/src/routes/organization.rs | openapi | function_signature | null | null | null | 29 | organization_update | null | null | null | null | null | null |
// Struct: Authorization
// File: crates/diesel_models/src/authorization.rs
// Module: diesel_models
// Implementations: 0
pub struct Authorization | crates/diesel_models/src/authorization.rs | diesel_models | struct_definition | Authorization | 0 | [] | 33 | null | null | null | null | null | null | null |
// Function: organization_create
// File: crates/openapi/src/routes/organization.rs
// Module: openapi
pub fn organization_create() | crates/openapi/src/routes/organization.rs | openapi | function_signature | null | null | null | 29 | organization_create | null | null | null | null | null | null |
// Struct: InterpreterError
// File: crates/euclid/src/backend/interpreter/types.rs
// Module: euclid
// Implementations: 1
// Traits: fmt::Display
pub struct InterpreterError | crates/euclid/src/backend/interpreter/types.rs | euclid | struct_definition | InterpreterError | 1 | [
"fmt::Display"
] | 44 | null | null | null | null | null | null | null |
// Struct: ContextStruct
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ContextStruct | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | ContextStruct | 0 | [] | 45 | null | null | null | null | null | null | null |
// Struct: Expiry
// File: crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Expiry | crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs | hyperswitch_connectors | struct_definition | Expiry | 0 | [] | 46 | null | null | null | null | null | null | null |
// Struct: PaymentConfirmData
// File: crates/hyperswitch_domain_models/src/payments.rs
// Module: hyperswitch_domain_models
// Implementations: 1
pub struct PaymentConfirmData<F> | crates/hyperswitch_domain_models/src/payments.rs | hyperswitch_domain_models | struct_definition | PaymentConfirmData | 1 | [] | 44 | null | null | null | null | null | null | null |
// Function: trigger_payments_webhook
// File: crates/router/src/utils.rs
// Module: router
pub fn trigger_payments_webhook<F, Op, D>(
merchant_account: domain::MerchantAccount,
business_profile: domain::Profile,
key_store: &domain::MerchantKeyStore,
payment_data: D,
customer: Option<domain::Custom... | crates/router/src/utils.rs | router | function_signature | null | null | null | 123 | trigger_payments_webhook | null | null | null | null | null | null |
// Implementation: impl ConnectorSpecifications for for Shift4
// File: crates/hyperswitch_connectors/src/connectors/shift4.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl ConnectorSpecifications for for Shift4 | crates/hyperswitch_connectors/src/connectors/shift4.rs | hyperswitch_connectors | impl_block | null | null | null | 54 | null | Shift4 | ConnectorSpecifications for | 3 | 0 | null | null |
// Struct: ElavonSyncResponse
// File: crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ElavonSyncResponse | crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs | hyperswitch_connectors | struct_definition | ElavonSyncResponse | 0 | [] | 52 | null | null | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.