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
// Implementation: impl FilteredPaymentMethodsEnabled // File: crates/router/src/core/payment_methods.rs // Module: router // Methods: 1 total (0 public) impl FilteredPaymentMethodsEnabled
crates/router/src/core/payment_methods.rs
router
impl_block
null
null
null
42
null
FilteredPaymentMethodsEnabled
null
1
0
null
null
// Struct: PaytmRefundRequest // File: crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct PaytmRefundRequest
crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
hyperswitch_connectors
struct_definition
PaytmRefundRequest
0
[]
51
null
null
null
null
null
null
null
// Function: payments_create // File: crates/openapi/src/routes/payments.rs // Module: openapi pub fn payments_create()
crates/openapi/src/routes/payments.rs
openapi
function_signature
null
null
null
29
payments_create
null
null
null
null
null
null
// Implementation: impl ConnectorValidation for for Paysafe // File: crates/hyperswitch_connectors/src/connectors/paysafe.rs // Module: hyperswitch_connectors // Methods: 1 total (0 public) impl ConnectorValidation for for Paysafe
crates/hyperswitch_connectors/src/connectors/paysafe.rs
hyperswitch_connectors
impl_block
null
null
null
54
null
Paysafe
ConnectorValidation for
1
0
null
null
// Function: find_by_merchant_id_connector // File: crates/diesel_models/src/query/merchant_connector_account.rs // Module: diesel_models pub fn find_by_merchant_id_connector( conn: &PgPooledConn, merchant_id: &common_utils::id_type::MerchantId, connector_label: &str, ) -> StorageResult<Sel...
crates/diesel_models/src/query/merchant_connector_account.rs
diesel_models
function_signature
null
null
null
77
find_by_merchant_id_connector
null
null
null
null
null
null
// Struct: PaymentDetails // File: crates/api_models/src/subscription.rs // Module: api_models // Implementations: 0 pub struct PaymentDetails
crates/api_models/src/subscription.rs
api_models
struct_definition
PaymentDetails
0
[]
34
null
null
null
null
null
null
null
// Struct: Program // File: crates/router/src/core/payments/routing/utils.rs // Module: router // Implementations: 0 pub struct Program
crates/router/src/core/payments/routing/utils.rs
router
struct_definition
Program
0
[]
34
null
null
null
null
null
null
null
// File: crates/diesel_models/src/query/user/theme.rs // Module: diesel_models // Public functions: 8 use async_bb8_diesel::AsyncRunQueryDsl; use common_utils::types::user::ThemeLineage; use diesel::{ associations::HasTable, debug_query, pg::Pg, result::Error as DieselError, sql_types::{Bool, Nulla...
crates/diesel_models/src/query/user/theme.rs
diesel_models
full_file
null
null
null
1,732
null
null
null
null
null
null
null
// Function: get_entity_type // File: crates/router/src/services/email/types.rs // Module: router pub fn get_entity_type(&self) -> EntityType
crates/router/src/services/email/types.rs
router
function_signature
null
null
null
33
get_entity_type
null
null
null
null
null
null
// Struct: Approve // File: crates/hyperswitch_domain_models/src/router_flow_types/payments.rs // Module: hyperswitch_domain_models // Implementations: 0 pub struct Approve
crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
hyperswitch_domain_models
struct_definition
Approve
0
[]
43
null
null
null
null
null
null
null
// Implementation: impl api::Refund for for Worldpay // File: crates/hyperswitch_connectors/src/connectors/worldpay.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::Refund for for Worldpay
crates/hyperswitch_connectors/src/connectors/worldpay.rs
hyperswitch_connectors
impl_block
null
null
null
57
null
Worldpay
api::Refund for
0
0
null
null
// Struct: Address // File: crates/hyperswitch_connectors/src/connectors/mollie/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct Address
crates/hyperswitch_connectors/src/connectors/mollie/transformers.rs
hyperswitch_connectors
struct_definition
Address
0
[]
44
null
null
null
null
null
null
null
// Function: get_max_auto_single_connector_payout_retries_enabled // File: crates/common_utils/src/id_type/merchant.rs // Module: common_utils // Documentation: get_max_auto_single_connector_payout_retries_enabled_ pub fn get_max_auto_single_connector_payout_retries_enabled( &self, payout_retry_type: ...
crates/common_utils/src/id_type/merchant.rs
common_utils
function_signature
null
null
null
82
get_max_auto_single_connector_payout_retries_enabled
null
null
null
null
null
null
// Struct: PaymentMethodRecordUpdateResponse // File: crates/api_models/src/payment_methods.rs // Module: api_models // Implementations: 0 pub struct PaymentMethodRecordUpdateResponse
crates/api_models/src/payment_methods.rs
api_models
struct_definition
PaymentMethodRecordUpdateResponse
0
[]
40
null
null
null
null
null
null
null
// Struct: HelcimBillingAddress // File: crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct HelcimBillingAddress
crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs
hyperswitch_connectors
struct_definition
HelcimBillingAddress
0
[]
53
null
null
null
null
null
null
null
// Function: insert // File: crates/diesel_models/src/query/customers.rs // Module: diesel_models pub fn insert(self, conn: &PgPooledConn) -> StorageResult<Customer>
crates/diesel_models/src/query/customers.rs
diesel_models
function_signature
null
null
null
42
insert
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
// Function: get_webhook_object_from_body // File: crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs // Module: hyperswitch_connectors pub fn get_webhook_object_from_body(body: &[u8]) -> CustomResult<Self, errors::ConnectorError>
crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs
hyperswitch_connectors
function_signature
null
null
null
63
get_webhook_object_from_body
null
null
null
null
null
null
// Implementation: impl api::UasPostAuthenticationV2 for for Recurly // File: crates/hyperswitch_connectors/src/connectors/recurly.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::UasPostAuthenticationV2 for for Recurly
crates/hyperswitch_connectors/src/connectors/recurly.rs
hyperswitch_connectors
impl_block
null
null
null
68
null
Recurly
api::UasPostAuthenticationV2 for
0
0
null
null
// Implementation: impl api::Refund for for Worldpayvantiv // File: crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::Refund for for Worldpayvantiv
crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs
hyperswitch_connectors
impl_block
null
null
null
63
null
Worldpayvantiv
api::Refund for
0
0
null
null
// Function: reverse_string // File: crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs // Module: hyperswitch_connectors pub fn reverse_string(s: &str) -> String
crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
hyperswitch_connectors
function_signature
null
null
null
46
reverse_string
null
null
null
null
null
null
// Struct: MandatePaymentTokenizedCard // File: crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct MandatePaymentTokenizedCard
crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
hyperswitch_connectors
struct_definition
MandatePaymentTokenizedCard
0
[]
55
null
null
null
null
null
null
null
// Struct: MonerisError // File: crates/hyperswitch_connectors/src/connectors/moneris/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct MonerisError
crates/hyperswitch_connectors/src/connectors/moneris/transformers.rs
hyperswitch_connectors
struct_definition
MonerisError
0
[]
51
null
null
null
null
null
null
null
// Implementation: impl Default for for Proxy // File: crates/hyperswitch_interfaces/src/types.rs // Module: hyperswitch_interfaces // Methods: 1 total (0 public) impl Default for for Proxy
crates/hyperswitch_interfaces/src/types.rs
hyperswitch_interfaces
impl_block
null
null
null
44
null
Proxy
Default for
1
0
null
null
// Function: revenue_recovery_data_backfill // File: crates/router/src/routes/revenue_recovery_data_backfill.rs // Module: router pub fn revenue_recovery_data_backfill( state: web::Data<AppState>, req: HttpRequest, query: web::Query<BackfillQuery>, MultipartForm(form)
crates/router/src/routes/revenue_recovery_data_backfill.rs
router
function_signature
null
null
null
68
revenue_recovery_data_backfill
null
null
null
null
null
null
// Implementation: impl KafkaPaymentIntentEvent // File: crates/router/src/services/kafka/payment_intent_event.rs // Module: router // Methods: 2 total (2 public) impl KafkaPaymentIntentEvent
crates/router/src/services/kafka/payment_intent_event.rs
router
impl_block
null
null
null
43
null
KafkaPaymentIntentEvent
null
2
2
null
null
// Implementation: impl ConnectorCommon for for Braintree // File: crates/hyperswitch_connectors/src/connectors/braintree.rs // Module: hyperswitch_connectors // Methods: 5 total (0 public) impl ConnectorCommon for for Braintree
crates/hyperswitch_connectors/src/connectors/braintree.rs
hyperswitch_connectors
impl_block
null
null
null
54
null
Braintree
ConnectorCommon for
5
0
null
null
// Function: get_tax_processor_config // File: crates/connector_configs/src/connector.rs // Module: connector_configs pub fn get_tax_processor_config( connector: TaxConnectors, ) -> Result<Option<ConnectorTomlConfig>, String>
crates/connector_configs/src/connector.rs
connector_configs
function_signature
null
null
null
53
get_tax_processor_config
null
null
null
null
null
null
// Struct: WellsfargoVoidRequest // File: crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct WellsfargoVoidRequest
crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
hyperswitch_connectors
struct_definition
WellsfargoVoidRequest
0
[]
53
null
null
null
null
null
null
null
// Function: insert // File: crates/diesel_models/src/query/tokenization.rs // Module: diesel_models pub fn insert(self, conn: &PgPooledConn) -> StorageResult<Self>
crates/diesel_models/src/query/tokenization.rs
diesel_models
function_signature
null
null
null
42
insert
null
null
null
null
null
null
// Implementation: impl fmt::Display for for RecordType // File: crates/router_env/src/logger/formatter.rs // Module: router_env // Methods: 1 total (0 public) impl fmt::Display for for RecordType
crates/router_env/src/logger/formatter.rs
router_env
impl_block
null
null
null
48
null
RecordType
fmt::Display for
1
0
null
null
// Implementation: impl ConnectorSpecifications for for Threedsecureio // File: crates/hyperswitch_connectors/src/connectors/threedsecureio.rs // Module: hyperswitch_connectors // Methods: 3 total (0 public) impl ConnectorSpecifications for for Threedsecureio
crates/hyperswitch_connectors/src/connectors/threedsecureio.rs
hyperswitch_connectors
impl_block
null
null
null
59
null
Threedsecureio
ConnectorSpecifications for
3
0
null
null
// Trait: PaymentMetric // File: crates/analytics/src/payments/metrics.rs // Module: analytics pub trait PaymentMetric<T>
crates/analytics/src/payments/metrics.rs
analytics
trait_definition
null
null
null
30
null
null
PaymentMetric
null
null
null
null
// Function: find_by_locker_id // File: crates/diesel_models/src/query/payment_method.rs // Module: diesel_models pub fn find_by_locker_id(conn: &PgPooledConn, locker_id: &str) -> StorageResult<Self>
crates/diesel_models/src/query/payment_method.rs
diesel_models
function_signature
null
null
null
54
find_by_locker_id
null
null
null
null
null
null
// Implementation: impl api::PaymentToken for for Amazonpay // File: crates/hyperswitch_connectors/src/connectors/amazonpay.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentToken for for Amazonpay
crates/hyperswitch_connectors/src/connectors/amazonpay.rs
hyperswitch_connectors
impl_block
null
null
null
58
null
Amazonpay
api::PaymentToken for
0
0
null
null
// Struct: HeaderPayload // File: crates/hyperswitch_domain_models/src/payments.rs // Module: hyperswitch_domain_models // Implementations: 1 pub struct HeaderPayload
crates/hyperswitch_domain_models/src/payments.rs
hyperswitch_domain_models
struct_definition
HeaderPayload
1
[]
40
null
null
null
null
null
null
null
// Implementation: impl ConnectorSpecifications for for Payone // File: crates/hyperswitch_connectors/src/connectors/payone.rs // Module: hyperswitch_connectors // Methods: 3 total (0 public) impl ConnectorSpecifications for for Payone
crates/hyperswitch_connectors/src/connectors/payone.rs
hyperswitch_connectors
impl_block
null
null
null
53
null
Payone
ConnectorSpecifications for
3
0
null
null
// Struct: PaymentAttemptUpdateMems // File: crates/diesel_models/src/kv.rs // Module: diesel_models // Implementations: 0 pub struct PaymentAttemptUpdateMems
crates/diesel_models/src/kv.rs
diesel_models
struct_definition
PaymentAttemptUpdateMems
0
[]
41
null
null
null
null
null
null
null
// Function: retrieve_default_routing_config_for_profiles // File: crates/router/src/core/routing.rs // Module: router pub fn retrieve_default_routing_config_for_profiles( state: SessionState, merchant_context: domain::MerchantContext, transaction_type: &enums::TransactionType, ) -> RouterResponse<Vec<rout...
crates/router/src/core/routing.rs
router
function_signature
null
null
null
74
retrieve_default_routing_config_for_profiles
null
null
null
null
null
null
// Struct: AuthipayPaymentsRequest // File: crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct AuthipayPaymentsRequest
crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs
hyperswitch_connectors
struct_definition
AuthipayPaymentsRequest
0
[]
49
null
null
null
null
null
null
null
// Function: find_by_merchant_id_event_id // File: crates/diesel_models/src/query/events.rs // Module: diesel_models pub fn find_by_merchant_id_event_id( conn: &PgPooledConn, merchant_id: &common_utils::id_type::MerchantId, event_id: &str, ) -> StorageResult<Self>
crates/diesel_models/src/query/events.rs
diesel_models
function_signature
null
null
null
76
find_by_merchant_id_event_id
null
null
null
null
null
null
// Struct: BluecodeCard // File: crates/hyperswitch_connectors/src/connectors/bluecode/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct BluecodeCard
crates/hyperswitch_connectors/src/connectors/bluecode/transformers.rs
hyperswitch_connectors
struct_definition
BluecodeCard
0
[]
47
null
null
null
null
null
null
null
// Function: get_test_card_details // File: crates/router/src/utils/verify_connector.rs // Module: router pub fn get_test_card_details( connector_name: Connector, ) -> errors::RouterResult<Option<domain::Card>>
crates/router/src/utils/verify_connector.rs
router
function_signature
null
null
null
50
get_test_card_details
null
null
null
null
null
null
// Struct: MetadataValue // File: crates/api_models/src/routing.rs // Module: api_models // Implementations: 0 pub struct MetadataValue
crates/api_models/src/routing.rs
api_models
struct_definition
MetadataValue
0
[]
34
null
null
null
null
null
null
null
// Struct: SingleRefundResponseData // File: crates/hyperswitch_connectors/src/connectors/boku/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct SingleRefundResponseData
crates/hyperswitch_connectors/src/connectors/boku/transformers.rs
hyperswitch_connectors
struct_definition
SingleRefundResponseData
0
[]
51
null
null
null
null
null
null
null
// Function: set_order_amount // File: crates/hyperswitch_domain_models/src/payments/payment_attempt.rs // Module: hyperswitch_domain_models pub fn set_order_amount(&mut self, order_amount: MinorUnit)
crates/hyperswitch_domain_models/src/payments/payment_attempt.rs
hyperswitch_domain_models
function_signature
null
null
null
47
set_order_amount
null
null
null
null
null
null
// Implementation: impl Authorizedotnet // File: crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs // Module: hyperswitch_connectors // Methods: 1 total (1 public) impl Authorizedotnet
crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs
hyperswitch_connectors
impl_block
null
null
null
49
null
Authorizedotnet
null
1
1
null
null
// Implementation: impl api::ConnectorAccessToken for for Klarna // File: crates/hyperswitch_connectors/src/connectors/klarna.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::ConnectorAccessToken for for Klarna
crates/hyperswitch_connectors/src/connectors/klarna.rs
hyperswitch_connectors
impl_block
null
null
null
58
null
Klarna
api::ConnectorAccessToken for
0
0
null
null
// File: crates/router/src/core/utils.rs // Module: router // Public functions: 40 pub mod refunds_transformers; pub mod refunds_validator; use std::{collections::HashSet, marker::PhantomData, str::FromStr}; use api_models::enums::{Connector, DisputeStage, DisputeStatus}; #[cfg(feature = "payouts")] use api_models::...
crates/router/src/core/utils.rs#chunk0
router
chunk
null
null
null
8,188
null
null
null
null
null
null
null
// File: crates/euclid/src/dssa/utils.rs // Module: euclid // Public structs: 1 pub struct Unpacker;
crates/euclid/src/dssa/utils.rs
euclid
full_file
null
null
null
32
null
null
null
null
null
null
null
// Function: extract_payment_link_config // File: crates/router/src/core/payment_link.rs // Module: router pub fn extract_payment_link_config( pl_config: serde_json::Value, ) -> Result<PaymentLinkConfig, error_stack::Report<errors::ApiErrorResponse>>
crates/router/src/core/payment_link.rs
router
function_signature
null
null
null
58
extract_payment_link_config
null
null
null
null
null
null
// Struct: JpmorganCard // File: crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct JpmorganCard
crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs
hyperswitch_connectors
struct_definition
JpmorganCard
0
[]
50
null
null
null
null
null
null
null
// Implementation: impl api::PaymentCapture for for Tsys // File: crates/hyperswitch_connectors/src/connectors/tsys.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentCapture for for Tsys
crates/hyperswitch_connectors/src/connectors/tsys.rs
hyperswitch_connectors
impl_block
null
null
null
57
null
Tsys
api::PaymentCapture for
0
0
null
null
// Implementation: impl EncryptionManagementConfig // File: crates/external_services/src/managers/encryption_management.rs // Module: external_services // Methods: 2 total (1 public) impl EncryptionManagementConfig
crates/external_services/src/managers/encryption_management.rs
external_services
impl_block
null
null
null
43
null
EncryptionManagementConfig
null
2
1
null
null
// Struct: AuthorizedotnetWebhookEventType // File: crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct AuthorizedotnetWebhookEventType
crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
hyperswitch_connectors
struct_definition
AuthorizedotnetWebhookEventType
0
[]
55
null
null
null
null
null
null
null
// File: crates/router/tests/connectors/noon.rs // Module: router use std::str::FromStr; use masking::Secret; use router::types::{self, storage::enums}; use crate::{ connector_auth, utils::{self, ConnectorActions}, }; #[derive(Clone, Copy)] struct NoonTest; impl ConnectorActions for NoonTest {} impl utils::...
crates/router/tests/connectors/noon.rs
router
full_file
null
null
null
3,136
null
null
null
null
null
null
null
// Function: update_connector_mandate_details // File: crates/router/src/core/payments/tokenization.rs // Module: router pub fn update_connector_mandate_details( mandate_details: Option<CommonMandateReference>, payment_method_type: Option<storage_enums::PaymentMethodType>, authorized_amount: Option<i64>, ...
crates/router/src/core/payments/tokenization.rs
router
function_signature
null
null
null
146
update_connector_mandate_details
null
null
null
null
null
null
// Implementation: impl AuthInfo for for AuthenticationDataWithMultipleProfiles // File: crates/router/src/services/authentication.rs // Module: router // Methods: 1 total (0 public) impl AuthInfo for for AuthenticationDataWithMultipleProfiles
crates/router/src/services/authentication.rs
router
impl_block
null
null
null
49
null
AuthenticationDataWithMultipleProfiles
AuthInfo for
1
0
null
null
// Implementation: impl api::PaymentToken for for Zen // File: crates/hyperswitch_connectors/src/connectors/zen.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentToken for for Zen
crates/hyperswitch_connectors/src/connectors/zen.rs
hyperswitch_connectors
impl_block
null
null
null
55
null
Zen
api::PaymentToken for
0
0
null
null
// Function: retrieve_disputes_list_profile // File: crates/openapi/src/routes/disputes.rs // Module: openapi pub fn retrieve_disputes_list_profile()
crates/openapi/src/routes/disputes.rs
openapi
function_signature
null
null
null
38
retrieve_disputes_list_profile
null
null
null
null
null
null
// File: crates/router/src/routes/revenue_recovery_data_backfill.rs // Module: router // Public functions: 2 use actix_multipart::form::MultipartForm; use actix_web::{web, HttpRequest, HttpResponse}; use api_models::revenue_recovery_data_backfill::{BackfillQuery, RevenueRecoveryDataBackfillForm}; use router_env::{inst...
crates/router/src/routes/revenue_recovery_data_backfill.rs
router
full_file
null
null
null
657
null
null
null
null
null
null
null
// Struct: AccountIdConfigForRedirect // File: crates/connector_configs/src/connector.rs // Module: connector_configs // Implementations: 0 pub struct AccountIdConfigForRedirect
crates/connector_configs/src/connector.rs
connector_configs
struct_definition
AccountIdConfigForRedirect
0
[]
41
null
null
null
null
null
null
null
// Implementation: impl api::PaymentVoid for for Klarna // File: crates/hyperswitch_connectors/src/connectors/klarna.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::PaymentVoid for for Klarna
crates/hyperswitch_connectors/src/connectors/klarna.rs
hyperswitch_connectors
impl_block
null
null
null
58
null
Klarna
api::PaymentVoid for
0
0
null
null
// Struct: BankAccount // File: crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct BankAccount
crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
hyperswitch_connectors
struct_definition
BankAccount
0
[]
47
null
null
null
null
null
null
null
// Function: make_frm_data_and_fraud_check_operation // File: crates/router/src/core/fraud_check.rs // Module: router pub fn make_frm_data_and_fraud_check_operation<F, D>( _db: &dyn StorageInterface, state: &SessionState, merchant_context: &domain::MerchantContext, payment_data: D, frm_routing_algo...
crates/router/src/core/fraud_check.rs
router
function_signature
null
null
null
169
make_frm_data_and_fraud_check_operation
null
null
null
null
null
null
// Module Structure // File: crates/hyperswitch_connectors/src/connectors/boku.rs // Module: hyperswitch_connectors // Public submodules: pub mod transformers;
crates/hyperswitch_connectors/src/connectors/boku.rs
hyperswitch_connectors
module_structure
null
null
null
38
null
null
null
null
null
1
0
// Function: form_payment_link_data // File: crates/router/src/core/payment_link.rs // Module: router pub fn form_payment_link_data( state: &SessionState, merchant_context: domain::MerchantContext, merchant_id: common_utils::id_type::MerchantId, payment_id: common_utils::id_type::PaymentId, ) -> Router...
crates/router/src/core/payment_link.rs
router
function_signature
null
null
null
89
form_payment_link_data
null
null
null
null
null
null
// Struct: BluesnapThreeDsReference // File: crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct BluesnapThreeDsReference
crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs
hyperswitch_connectors
struct_definition
BluesnapThreeDsReference
0
[]
52
null
null
null
null
null
null
null
// Struct: PaymentIntentCore // File: crates/router/src/core/fraud_check/types.rs // Module: router // Implementations: 0 pub struct PaymentIntentCore
crates/router/src/core/fraud_check/types.rs
router
struct_definition
PaymentIntentCore
0
[]
37
null
null
null
null
null
null
null
// Implementation: impl api::ConnectorAccessToken for for Novalnet // File: crates/hyperswitch_connectors/src/connectors/novalnet.rs // Module: hyperswitch_connectors // Methods: 0 total (0 public) impl api::ConnectorAccessToken for for Novalnet
crates/hyperswitch_connectors/src/connectors/novalnet.rs
hyperswitch_connectors
impl_block
null
null
null
60
null
Novalnet
api::ConnectorAccessToken for
0
0
null
null
// Implementation: impl Blocklist // File: crates/router/src/routes/app.rs // Module: router // Methods: 1 total (1 public) impl Blocklist
crates/router/src/routes/app.rs
router
impl_block
null
null
null
35
null
Blocklist
null
1
1
null
null
// Function: new // File: crates/router/src/types/domain/user.rs // Module: router pub fn new(email: Secret<String, pii::EmailStrategy>) -> UserResult<Self>
crates/router/src/types/domain/user.rs
router
function_signature
null
null
null
39
new
null
null
null
null
null
null
// File: crates/router/src/types/api/poll.rs // Module: router // Public structs: 1 use serde; #[derive(Default, Debug, serde::Deserialize, serde::Serialize)] pub struct PollId { pub poll_id: String, }
crates/router/src/types/api/poll.rs
router
full_file
null
null
null
54
null
null
null
null
null
null
null
// File: crates/router/src/db/payment_method_session.rs // Module: router #[cfg(feature = "v2")] use crate::core::errors::{self, CustomResult}; use crate::db::MockDb; #[cfg(feature = "v2")] #[async_trait::async_trait] pub trait PaymentMethodsSessionInterface { async fn insert_payment_methods_session( &sel...
crates/router/src/db/payment_method_session.rs
router
full_file
null
null
null
1,760
null
null
null
null
null
null
null
// Struct: RefundMetricsBucketIdentifier // File: crates/api_models/src/analytics/refunds.rs // Module: api_models // Implementations: 3 // Traits: Hash, PartialEq pub struct RefundMetricsBucketIdentifier
crates/api_models/src/analytics/refunds.rs
api_models
struct_definition
RefundMetricsBucketIdentifier
3
[ "Hash", "PartialEq" ]
49
null
null
null
null
null
null
null
// Struct: CheckTokenStatusResponse // File: crates/router/src/types/payment_methods.rs // Module: router // Implementations: 0 pub struct CheckTokenStatusResponse
crates/router/src/types/payment_methods.rs
router
struct_definition
CheckTokenStatusResponse
0
[]
37
null
null
null
null
null
null
null
// Struct: Acquirer // File: crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct Acquirer
crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
hyperswitch_connectors
struct_definition
Acquirer
0
[]
47
null
null
null
null
null
null
null
// Struct: Redsys // File: crates/hyperswitch_connectors/src/connectors/redsys.rs // Module: hyperswitch_connectors // Implementations: 19 // Traits: api::Payment, api::PaymentSession, api::ConnectorAccessToken, api::MandateSetup, api::PaymentAuthorize, api::PaymentSync, api::PaymentCapture, api::PaymentVoid, api::Refu...
crates/hyperswitch_connectors/src/connectors/redsys.rs
hyperswitch_connectors
struct_definition
Redsys
19
[ "api::Payment", "api::PaymentSession", "api::ConnectorAccessToken", "api::MandateSetup", "api::PaymentAuthorize", "api::PaymentSync", "api::PaymentCapture", "api::PaymentVoid", "api::Refund", "api::RefundExecute", "api::RefundSync", "api::PaymentToken", "api::PaymentsPreProcessing", "api::...
137
null
null
null
null
null
null
null
// File: crates/hyperswitch_interfaces/src/api/vault.rs // Module: hyperswitch_interfaces //! Vault interface use hyperswitch_domain_models::{ router_flow_types::vault::{ ExternalVaultCreateFlow, ExternalVaultDeleteFlow, ExternalVaultInsertFlow, ExternalVaultRetrieveFlow, }, router_request...
crates/hyperswitch_interfaces/src/api/vault.rs
hyperswitch_interfaces
full_file
null
null
null
260
null
null
null
null
null
null
null
// Function: update // File: crates/api_models/src/routing.rs // Module: api_models pub fn update(&mut self, new: Self)
crates/api_models/src/routing.rs
api_models
function_signature
null
null
null
33
update
null
null
null
null
null
null
// Struct: PaystackWebhookData // File: crates/hyperswitch_connectors/src/connectors/paystack/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct PaystackWebhookData
crates/hyperswitch_connectors/src/connectors/paystack/transformers.rs
hyperswitch_connectors
struct_definition
PaystackWebhookData
0
[]
51
null
null
null
null
null
null
null
// Struct: WeChatPayQr // File: crates/hyperswitch_domain_models/src/payment_method_data.rs // Module: hyperswitch_domain_models // Implementations: 0 pub struct WeChatPayQr
crates/hyperswitch_domain_models/src/payment_method_data.rs
hyperswitch_domain_models
struct_definition
WeChatPayQr
0
[]
47
null
null
null
null
null
null
null
// Function: if_not_create_change_operation // File: crates/router/src/core/payments.rs // Module: router pub fn if_not_create_change_operation<'a, Op, F>( status: storage_enums::IntentStatus, confirm: Option<bool>, current: &'a Op, ) -> BoxedOperation<'a, F, api::PaymentsRequest, PaymentData<F>> where ...
crates/router/src/core/payments.rs
router
function_signature
null
null
null
171
if_not_create_change_operation
null
null
null
null
null
null
// Struct: PaymentMethodInput // File: crates/euclid/src/backend/inputs.rs // Module: euclid // Implementations: 0 pub struct PaymentMethodInput
crates/euclid/src/backend/inputs.rs
euclid
struct_definition
PaymentMethodInput
0
[]
38
null
null
null
null
null
null
null
// Struct: ConnectorChoice // File: crates/euclid/src/frontend/ast.rs // Module: euclid // Implementations: 0 pub struct ConnectorChoice
crates/euclid/src/frontend/ast.rs
euclid
struct_definition
ConnectorChoice
0
[]
36
null
null
null
null
null
null
null
// Struct: PaymentsMandateReference // File: crates/hyperswitch_domain_models/src/mandates.rs // Module: hyperswitch_domain_models // Implementations: 2 // Traits: std::ops::Deref, std::ops::DerefMut pub struct PaymentsMandateReference
crates/hyperswitch_domain_models/src/mandates.rs
hyperswitch_domain_models
struct_definition
PaymentsMandateReference
2
[ "std::ops::Deref", "std::ops::DerefMut" ]
65
null
null
null
null
null
null
null
// Function: new // File: crates/hyperswitch_connectors/src/connectors/novalnet.rs // Module: hyperswitch_connectors pub fn new() -> &'static Self
crates/hyperswitch_connectors/src/connectors/novalnet.rs
hyperswitch_connectors
function_signature
null
null
null
39
new
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 ConnectorSpecifications for for Novalnet // File: crates/hyperswitch_connectors/src/connectors/novalnet.rs // Module: hyperswitch_connectors // Methods: 3 total (0 public) impl ConnectorSpecifications for for Novalnet
crates/hyperswitch_connectors/src/connectors/novalnet.rs
hyperswitch_connectors
impl_block
null
null
null
56
null
Novalnet
ConnectorSpecifications for
3
0
null
null
// Struct: Customer // File: crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs // Module: hyperswitch_connectors // Implementations: 0 pub struct Customer
crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs
hyperswitch_connectors
struct_definition
Customer
0
[]
47
null
null
null
null
null
null
null
// Struct: Cache // File: crates/router/src/routes/app.rs // Module: router // Implementations: 1 pub struct Cache
crates/router/src/routes/app.rs
router
struct_definition
Cache
1
[]
30
null
null
null
null
null
null
null
// Function: generate_cargo_instructions // File: crates/router_env/src/vergen.rs // Module: router_env pub fn generate_cargo_instructions()
crates/router_env/src/vergen.rs
router_env
function_signature
null
null
null
33
generate_cargo_instructions
null
null
null
null
null
null
// File: crates/api_models/src/health_check.rs // Module: api_models // Public structs: 2 use std::collections::hash_map::HashMap; #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] pub struct RouterHealthCheckResponse { pub database: bool, pub redis: bool, #[serde(skip_serializing_if = "Option:...
crates/api_models/src/health_check.rs
api_models
full_file
null
null
null
443
null
null
null
null
null
null
null
// Struct: MerchantIdAuth // File: crates/router/src/services/authentication.rs // Module: router // Implementations: 0 pub struct MerchantIdAuth
crates/router/src/services/authentication.rs
router
struct_definition
MerchantIdAuth
0
[]
34
null
null
null
null
null
null
null
// File: crates/diesel_models/src/events.rs // Module: diesel_models // Public structs: 3 use common_utils::{custom_serde, encryption::Encryption}; use diesel::{ expression::AsExpression, AsChangeset, Identifiable, Insertable, Queryable, Selectable, }; use serde::{Deserialize, Serialize}; use time::PrimitiveDateTi...
crates/diesel_models/src/events.rs
diesel_models
full_file
null
null
null
954
null
null
null
null
null
null
null
// Function: find_by_profile_id_connector_reference_id // File: crates/diesel_models/src/query/relay.rs // Module: diesel_models pub fn find_by_profile_id_connector_reference_id( conn: &PgPooledConn, profile_id: &common_utils::id_type::ProfileId, connector_reference_id: &str, ) -> StorageRe...
crates/diesel_models/src/query/relay.rs
diesel_models
function_signature
null
null
null
78
find_by_profile_id_connector_reference_id
null
null
null
null
null
null
// Function: get_user_details // File: crates/router/src/core/user.rs // Module: router pub fn get_user_details( state: SessionState, user_from_token: auth::UserFromToken, ) -> UserResponse<user_api::GetUserDetailsResponse>
crates/router/src/core/user.rs
router
function_signature
null
null
null
58
get_user_details
null
null
null
null
null
null
// Implementation: impl ConnectorCustomerResponseData // File: crates/hyperswitch_domain_models/src/router_response_types.rs // Module: hyperswitch_domain_models // Methods: 2 total (2 public) impl ConnectorCustomerResponseData
crates/hyperswitch_domain_models/src/router_response_types.rs
hyperswitch_domain_models
impl_block
null
null
null
48
null
ConnectorCustomerResponseData
null
2
2
null
null
// Function: lower_program // File: crates/euclid/src/frontend/ast/lowering.rs // Module: euclid // Documentation: uses the above rules and lowers the whole ast Program into DirProgram by specifying default_selection that is ast ConnectorSelection, a vector of DirRules and clones the metadata whatever comes in the ast...
crates/euclid/src/frontend/ast/lowering.rs
euclid
function_signature
null
null
null
101
lower_program
null
null
null
null
null
null
// Module Structure // File: crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs // Module: hyperswitch_connectors // Public submodules: pub mod transformers;
crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs
hyperswitch_connectors
module_structure
null
null
null
40
null
null
null
null
null
1
0