prompt stringlengths 14 2.16k | response stringlengths 52 115k |
|---|---|
feat(connector): [PlaceToPay] Implement Cards for PlaceToPay (#3117)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**placetopay.rs**
Remove:
- function: private::get_auth_header
- impl: impl ConnectorValidation for Placetopay
Add:
- function: private::validate_capture_method
- function: private::get_request_body
- function: private::get_headers
- function: private::get_content_type
... |
feat(connector): Remove Braintree SDK Flow support (#5264) | Files to modify:
**braintree.rs**
Remove:
- function: private::get_headers
- function: private::get_content_type
- function: private::get_url
- function: private::build_request
- function: private::get_error_response
- function: private::get_request_body
- function: private::handle_respo... |
feat(worldpay): migrate to v7 (#6109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**enums.rs**
Modify existing code
**consts.rs**
Modify existing code
**types.rs**
Add:
- function: pub::get_id
- function: pub::form_id_and_data
- function: pub::get_txn_id
- function: private::from
- function: private::build
- function: private::from_sql
- functio... |
refactor(router): renamed Verify flow to SetupMandate (#2455) | Files to modify:
**mod.rs**
Modify existing code
**setup_intents.rs**
Modify existing code
**aci.rs**
Remove:
- impl: impl api::PreVerify for Aci
Add:
- impl: impl api::MandateSetup for Aci
**adyen.rs**
Remove:
- impl: impl api::PreVerify for Adyen
Add:
- impl: impl api::MandateSetup fo... |
feat(payments): store and propagate additional wallet pm details in payments response (#5869)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**payments.rs**
Modify existing code
**additional_info.rs**
Add:
- struct: pub::WalletAdditionalDataForCard
**openapi.rs**
Modify existing code
**openapi_v2.rs**
Modify existing code
**helpers.rs**
Modify existing code |
feat(connector): [fiuu] Add support for payment and refund webhooks (#6315)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> | Files to modify:
**fiuu.rs**
Add:
- function: private::get_webhook_source_verification_algorithm
- function: private::get_webhook_source_verification_signature
- function: private::get_webhook_source_verification_message
- function: private::get_webhook_object_reference_id
**transformers.rs**
Add... |
feat(router): Deduplicate PML response and populate bank details (V2) (#8583) | Files to modify:
**payment_methods.rs**
Modify existing code
**payments.rs**
Modify existing code
**enums.rs**
Modify existing code
**vault.rs**
Modify existing code
**payment_methods.rs**
Modify existing code |
feat(connector): [nordea] template code (#8056)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**connector_enums.rs**
Modify existing code
**connector.rs**
Modify existing code
**connectors.rs**
Add:
- mod: pub::nordea
**nordea.rs**
Add:
- function: pub::new
- function: private::build_headers
- function: private::id
- function: private::get_currency_unit
- fu... |
docs: add openapi docs for customers v2 (#5926)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**openapi_v2.rs**
Modify existing code
**customers.rs**
Add:
- function: pub::customers_list
- function: pub::customers_create
- function: pub::customers_retrieve
- function: pub::customers_update
- function: pub::customers_delete |
Feat(connector): [Fiuu] Add Card Flows (#5786)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**enums.rs**
Modify existing code
**enums.rs**
Modify existing code
**connector.rs**
Modify existing code
**fiuu.rs**
Add:
- function: private::parse_response
**transformers.rs**
Remove:
- function: private::from
- struct: pub::FiuuCard
- struct: pub::FiuuAuthType
Add:... |
refactor(core): accept customer data in customer object (#1447)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com> | Files to modify:
**payments.rs**
Remove:
- function: private::from
- impl: impl From<PaymentsRequest> for VerifyRequest
Add:
- struct: pub::CustomerDetails
**helpers.rs**
Add:
- function: private::validate_options_for_inequality
- function: pub::validate_customer_details_in_request
- fu... |
refactor(router): add parameter connectors to get_request_body function (#2708) | Files to modify:
**mod.rs**
Modify existing code
**aci.rs**
Modify existing code
**adyen.rs**
Modify existing code
**airwallex.rs**
Modify existing code
**authorizedotnet.rs**
Modify existing code
**bambora.rs**
Modify existing code
**bankofamerica.rs**
Modify existing code
**bitpay.rs**
Modify... |
refactor: add compatibility for decision-engine rules (#8346)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**errors.rs**
Modify existing code
**utils.rs**
Modify existing code
**routing.rs**
Modify existing code |
feat(connector): [Multisafepay] implement Googlepay for Multisafepay (#1456)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com> | Files to modify:
**transformers.rs**
Add:
- struct: pub::CardInfo
- struct: pub::GpayInfo
**main.rs**
Add:
- mod: private::multisafepay_ui
**multisafepay_ui.rs**
Add:
- function: private::get_connector_name
- function: private::should_make_gpay_payment
- function: private::should_make_... |
fix(connector): Trustpay zen error mapping (#3255)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code |
fix(router): Persist card_network if present for non co-badged cards (#6212)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com> | Files to modify:
**payments.rs**
Remove:
- function: private::apply_additional_card_info
**validate.rs**
Add:
- function: pub::is_cobadged_card
**transformers.rs**
Add:
- function: private::get_adyen_card_network
**transformers.rs**
Add:
- function: private::get_adyen_card_network
**transf... |
refactor(address): pass payment method billing to the connector module (#3828)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**basic.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
... |
feat(connector): [Tsys] Add template code for Tsys connector (#1704)
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com> | Files to modify:
**mod.rs**
Modify existing code
**transformers.rs**
Modify existing code
**enums.rs**
Modify existing code
**settings.rs**
Modify existing code
**connector.rs**
Add:
- mod: pub::tsys
**tsys.rs**
Add:
- function: private::build_headers
- function: private::id
- functio... |
feat(webhook): Add is_delivered filter to list initial attempts endpoint (#7344)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**webhook_events.rs**
Modify existing code
**events.rs**
Modify existing code
**events.rs**
Modify existing code
**schema.rs**
Modify existing code
**schema_v2.rs**
Modify existing code
**webhook_events.rs**
Modify existing code
**outgoing.rs**
Add:
- function: private::update... |
feat(compatibility): add mandates support in stripe compatibility (#897)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com> | Files to modify:
**ext_traits.rs**
Modify existing code
**stripe.rs**
Modify existing code
**app.rs**
Add:
- function: pub::server
- struct: pub::Mandates
- impl: impl Mandates
**types.rs**
Add:
- function: private::foreign_try_from
- struct: pub::MandateOption
- enum: pub::StripeMa... |
feat(connector): [paypal, trustpay] add in feature matrix (#7911)
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com> | Files to modify:
**paypal.rs**
Remove:
- function: private::validate_connector_against_payment_request
- impl: impl ConnectorSpecifications for Paypal
Add:
- function: private::get_connector_about
- function: private::get_supported_payment_methods
- function: private::get_supported_webhook_flo... |
feat(connector): [Barclaycard] Add Google Pay Payment Method (#8786)
Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local>
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan> | Files to modify:
**barclaycard.rs**
Modify existing code
**transformers.rs**
Add:
- function: private::from
- struct: pub::GooglePayPaymentInformation
- enum: pub::PaymentSolution
- impl: impl From<PaymentSolution> for String
**payment_connector_required_fields.rs**
Modify existing code |
feat(analytics): Add Clickhouse based analytics (#2988)
Co-authored-by: harsh_sharma_juspay <harsh.sharma@juspay.in>
Co-authored-by: Ivor Dsouza <ivor.dsouza@juspay.in>
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
Co-authored-by: nain-F49FF806 <126972030+nain-F49FF806@users.noreply.githu... | Files to modify:
**api_event.rs**
Add:
- trait: pub::APIEventAnalytics
- mod: private::core
- mod: pub::events
- mod: pub::filters
- mod: pub::metrics
- mod: pub::types
**core.rs**
Add:
- function: pub::api_events_core
- function: pub::get_filters
- function: pub::get_api_even... |
feat: change async-bb8 fork and tokio spawn for concurrent database calls (#2774)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: akshay-97 <adiosphobian@gmail.com>
Co-authored-by: akshay.s <akshay.s@juspay.in>
Co-authored-by: Kartikeya Hegde <karthikey.hegde... | Files to modify:
**types.rs**
Modify existing code
**router.rs**
Modify existing code
**scheduler.rs**
Modify existing code
**cards.rs**
Modify existing code
**payments.rs**
Modify existing code
**approve_flow.rs**
Modify existing code
**authorize_flow.rs**
Modify existing code
**cancel_flow.rs**... |
feat(connector): [FISERV] Added Integrity Check support for all Payment & Refund Flows (#8075)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> | Files to modify:
**fiserv.rs**
Modify existing code
**transformers.rs**
Add:
- struct: pub::ProcessorResponseDetails
- struct: pub::AdditionalInfo
- struct: pub::BankAssociationDetails
- struct: pub::AvsSecurityCodeResponse
- struct: pub::Association
- struct: pub::ResponseIndicators
... |
feat(router): add an api to migrate the payment method (#5186)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**admin.rs**
Add:
- impl: impl common_utils::events::ApiEventMetric for payment_methods::PaymentMethodMigrate
**payment_methods.rs**
Add:
- function: pub::get_payment_method_create_from_payment_method_migrate
- struct: pub::PaymentMethodMigrate
- struct: pub::PaymentsMandateRefer... |
feat(recovery-events): add revenue recovery topic and vector config to push these events to s3 (#8285)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: chikke srujan <1218228... | Files to modify:
**payments.rs**
Add:
- function: pub::get_billing_connector_card_info
- impl: impl BillingConnectorPaymentMethodDetails
**types.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**lib.rs**
Modify existing code
**payments... |
fix(database): modified_at updated for every state change for Payment Attempts (#5312)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**address.rs**
Modify existing code
**api_keys.rs**
Modify existing code
**authentication.rs**
Modify existing code
**authorization.rs**
Modify existing code
**blocklist.rs**
Modify existing code
**blocklist_fingerprint.rs**
Modify existing code
**blocklist_lookup.rs**
Modify exis... |
feat: added create endpoint for dynamic_routing (#8755)
Co-authored-by: Ankit Gupta <ankit.gupta.001@Ankit-Gupta-M6QG9L6RHV.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com> | Files to modify:
**routing.rs**
Add:
- function: private::get_api_event_type
- impl: impl ApiEventMetric for CreateDynamicRoutingWrapper
**routing.rs**
Add:
- function: private::get_api_event_type
- impl: impl ApiEventMetric for CreateDynamicRoutingWrapper
**routing.rs**
Add:
- function: p... |
refactor(router): remove foreign wrapper type (#616)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: Sampras Lo... | Files to modify:
**types.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**refunds.rs**
Modify existing code
**webhooks.rs**
Modify existing code
**admin.r... |
fix(connector): apple pay not working because of payment_method_type[] field stripe (#1759) | Files to modify:
**transformers.rs**
Add:
- enum: pub::StripeCreditTransferTypes |
feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> | Files to modify:
**enums.rs**
Modify existing code
**payments.rs**
Modify existing code
**enums.rs**
Modify existing code
**transformers.rs**
Modify existing code
**enums.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs*... |
feat(connector): [CashToCode] perform currency based connector credentials mapping (#2025) | Files to modify:
**payments.rs**
Modify existing code
**errors.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**braintree_graphql_transformers.rs**
Modify existing code
**cashtocode.rs**
Remove:
- function: private::get_auth_cashtocode
... |
feat(payments_v2): add finish redirection endpoint (#6549)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> | Files to modify:
**admin.rs**
Modify existing code
**payments.rs**
Add:
- struct: pub::RedirectionResponse
**consts.rs**
Modify existing code
**events.rs**
Modify existing code
**types.rs**
Remove:
- struct: pub::LengthString
- impl: impl Deserialize<'de>
- impl: impl FromSql<sql_types::... |
feat(connector) : [Globalpay]add mandates and bank redirects support for globalpay (#830)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> | Files to modify:
**globalpay.rs**
Add:
- function: private::get_flow_type
- impl: impl services::ConnectorRedirectResponse for Globalpay
**requests.rs**
Remove:
- enum: pub::CvvIndicator
**response.rs**
Add:
- struct: pub::GlobalpayRedirectResponse
**transformers.rs**
Add:
- function: p... |
feat(connector): Fix Serde derserialization issue -Elavon/Adyen (#7823)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**transformers.rs**
Modify existing code
**elavon.rs**
Remove:
- impl: impl ConnectorValidation for Elavon
Add:
- function: private::validate_mandate_payment
- impl: impl ConnectorValidation for Elavon
**transformers.rs**
Modify existing code |
feat(connector): Plaid connector Integration (#3952)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**router_request_types.rs**
Modify existing code
**configs.rs**
Modify existing code
**transformers.rs**
Modify existing code
**types.rs**
Modify existing code
**connector.rs**
Add:
- mod: pub::plaid
**plaid.rs**
Add:
- function: pub::new
- function: private::build_header... |
feat(core): Rename crate data_models to hyperswitch_domain_models (#4504) | Files to modify:
**opensearch.rs**
Modify existing code
**errors.rs**
Modify existing code
**lib.rs**
Modify existing code
**mandates.rs**
Modify existing code
**payments.rs**
Modify existing code
**payment_attempt.rs**
Modify existing code
**payment_intent.rs**
Modify existing code
**payouts.rs*... |
feat(api): use `ApiClient` trait in AppState (#2067) | Files to modify:
**scheduler.rs**
Modify existing code
**errors.rs**
Modify existing code
**lib.rs**
Modify existing code
**app.rs**
Modify existing code
**api.rs**
Modify existing code
**client.rs**
Remove:
- function: private::request
Add:
- function: pub::new
- function: private::req... |
feat(connector): [katapult]add template code for katapult (#8783)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-V9P7D4K9V0.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com... | Files to modify:
**connector.rs**
Modify existing code
**connectors.rs**
Add:
- mod: pub::katapult
**katapult.rs**
Add:
- function: pub::new
- function: private::build_headers
- function: private::id
- function: private::get_currency_unit
- function: private::common_get_content_type
... |
feat(payment_link): expose payment link configs for SDK UI rules and payment button (#7427) | Files to modify:
**admin.rs**
Modify existing code
**payments.rs**
Modify existing code
**business_profile.rs**
Modify existing code
**payment_intent.rs**
Modify existing code
**lib.rs**
Modify existing code
**payment_link.rs**
Modify existing code
**transformers.rs**
Modify existing code
**admin... |
feat(connector): [Finix] Add Google Pay Connector Tokenization Flow (#9734)
Co-authored-by: nihtin <nithingowdan77@gmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan> | Files to modify:
**finix.rs**
Modify existing code
**transformers.rs**
Add:
- function: private::try_from
- impl: impl TryFrom<&Option<common_utils::pii::SecretSerdeValue>> for FinixMeta
**request.rs**
Add:
- struct: pub::FinixMeta
**connector_validation.rs**
Modify existing code |
revert: connector_label in webhook url is reverted back to connector_name (#1779) | Files to modify:
**merchant_connector_account.rs**
Add:
- function: pub::find_by_merchant_id_connector_name
**app.rs**
Modify existing code
**webhooks.rs**
Modify existing code
**merchant_connector_account.rs**
Add:
- function: pub::find_by_merchant_id_connector_name
**app.rs**
Modify existing c... |
feat(connectors): [Redsys] add Psync and Rsync support (#7586)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**consts.rs**
Modify existing code
**redsys.rs**
Remove:
- impl: impl ConnectorCommonExt<Flow, Request, Response> for Redsys
- impl: impl ConnectorIntegration<PSync, PaymentsSyncData, PaymentsResponseData> for Redsys
- impl: impl ConnectorIntegration<RSync, RefundsData, RefundsRespon... |
feat(connector): [FEATURE MATRIX] Connector feature matrix (#7147)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**bluesnap.rs**
Remove:
- impl: impl ConnectorSpecifications for Bluesnap
Add:
- function: private::get_connector_about
- function: private::get_supported_payment_methods
- function: private::get_supported_webhook_flows
- impl: impl ConnectorSpecifications for Bluesnap
**fise... |
feat(core): Hyperswitch <|> UCS integration v2 (#8439)
Co-authored-by: debarshi.gupta <debarshi.gupta@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
Co-authored-by: github... | Files to modify:
**unified_connector_service.rs**
Add:
- function: pub::payment_get
**merchant_connector_account.rs**
Modify existing code
**payments.rs**
Modify existing code
**flows.rs**
Modify existing code
**authorize_flow.rs**
Modify existing code
**psync_flow.rs**
Add:
- function: priva... |
feat(core): add columns unified error code and error message in refund table (#6933) | Files to modify:
**refunds.rs**
Modify existing code
**refund.rs**
Modify existing code
**schema.rs**
Modify existing code
**schema_v2.rs**
Modify existing code
**transformers.rs**
Remove:
- struct: pub::Location
**scheduler.rs**
Modify existing code
**consts.rs**
Modify existing code
**payme... |
feat(connector): add dispute and refund webhooks for Airwallex (#1021)
Co-authored-by: Jagan <jaganelavarasan@gmail.com> | Files to modify:
**airwallex.rs**
Add:
- function: private::get_dispute_details
**transformers.rs**
Add:
- function: pub::is_transaction_event
- function: pub::is_refund_event
- function: pub::is_dispute_event
- function: private::from
- struct: pub::AirwallexObjectData
- struct: pub:... |
feat(router): add `challenge_request_key` in authentication response and add support for cardinal authentication processor (#9429)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**payments.rs**
Modify existing code
**connector_enums.rs**
Modify existing code
**enums.rs**
Modify existing code
**connector.rs**
Modify existing code
**authentication.rs**
Modify existing code
**schema.rs**
Modify existing code
**schema_v2.rs**
Modify existing code
**transform... |
feat(core): diesel models and db interface changes for authentication table (#3859) | Files to modify:
**enums.rs**
Add:
- function: pub::is_terminal_status
- function: pub::is_failed
- enum: pub::AuthenticationStatus
- enum: pub::DecoupledAuthenticationType
- enum: pub::AuthenticationLifecycleStatus
- impl: impl AuthenticationStatus
**authentication.rs**
Add:
- functi... |
feat(core): Added integrity framework for Authorize and Sync flow with connector as Stripe (#5109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspa... | Files to modify:
**types.rs**
Modify existing code
**errors.rs**
Add:
- struct: pub::IntegrityCheckError
**api_error_response.rs**
Modify existing code
**router_data.rs**
Modify existing code
**router_request_types.rs**
Add:
- struct: pub::AuthoriseIntegrityObject
- struct: pub::SyncIntegrit... |
test(UI-tests): allow ignoring connector tests at runtime (#1766)
Co-authored-by: Anji Reddy <anji.reddy@juspay.in> | Files to modify:
**adyen_uk_ui.rs**
Modify existing code
**authorizedotnet_ui.rs**
Modify existing code
**globalpay_ui.rs**
Modify existing code
**nuvei_ui.rs**
Modify existing code
**paypal_ui.rs**
Modify existing code
**selenium.rs**
Add:
- function: private::get_saved_testcases
- function:... |
refactor(payment_method_data): add a trait to retrieve billing from payment method data (#4095)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**payments.rs**
Add:
- function: private::get_billing_address
- function: private::get_billing_address
- function: private::get_billing_address_inner
- function: private::get_billing_address
- function: private::get_billing_address
- function: private::get_billing_address
... |
feat(authentication): create api for update profile acquirer (#8307)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**admin.rs**
Modify existing code
**profile_acquirer.rs**
Add:
- function: private::from
- struct: pub::ProfileAcquirerUpdate
- impl: impl From<(
common_utils::id_type::ProfileAcquirerId,
&common_utils::id_type::ProfileId,
&common_types::domain::AcquirerConfig,
)> for ProfileAcquirer... |
refactor(currency_conversion): re frame the currency_conversion crate to make api calls on background thread (#6906)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**settings.rs**
Modify existing code
**currency.rs**
Modify existing code
**currency.rs**
Modify existing code |
chore: intoduce GenericError enum variant in enum ConnectorError (#6143)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**errors.rs**
Modify existing code
**organization.rs**
Modify existing code
**utils.rs**
Modify existing code
**connector_integration_interface.rs**
Remove:
- function: private::id
- function: private::get_currency_unit
- function: private::get_auth_header
- function: priva... |
feat(connector): [AUTHORIZEDOTNET] Audit Connector (#4035) | Files to modify:
**authorizedotnet.rs**
Modify existing code
**transformers.rs**
Add:
- function: private::from
- struct: pub::RSyncTransactionResponse
- struct: pub::AuthorizedotnetRSyncResponse
- enum: pub::RSyncStatus |
feat(connectors): [Iatapay] add payment methods (#4968)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com> | Files to modify:
**payments.rs**
Modify existing code
**routing.rs**
Modify existing code
**surcharge_decision_configs.rs**
Modify existing code
**enums.rs**
Modify existing code
**transformers.rs**
Modify existing code
**response_modifier.rs**
Modify existing code
**transformer.rs**
Modify existi... |
feat(connector): [STRIPE] Added Connector Tokenization Flow for Cards (#8248)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> | Files to modify:
**stripe.rs**
Modify existing code
**transformers.rs**
Add:
- struct: pub::StripeBillingAddressCardToken
**router_request_types.rs**
Modify existing code
**payment_methods.rs**
Modify existing code
**payments.rs**
Modify existing code
**square.rs**
Modify existing code
**stax.rs... |
fix(connector): [Adyen] `ErrorHandling` in case of Balance Check for Gift Cards (#1976) | Files to modify:
**adyen.rs**
Remove:
- function: private::execute_pretasks
Add:
- impl: impl api::PaymentsPreProcessing for Adyen
**transformers.rs**
Modify existing code
**consts.rs**
Modify existing code
**payments.rs**
Modify existing code
**flows.rs**
Modify existing code
**types.rs**
... |
feat(connector): [BRAINTREE] Googlepay, Applepay wallets added (#8728) | Files to modify:
**payments.rs**
Remove:
- struct: pub::GooglePayThirdPartySdkData
- struct: pub::ApplePayThirdPartySdkData
Add:
- struct: pub::GooglePayThirdPartySdkData
- struct: pub::ApplePayThirdPartySdkData
**braintree.rs**
Remove:
- impl: impl ConnectorIntegration<Session, PaymentsSes... |
feat(users): Add profile level invites (#5793) | Files to modify:
**user.rs**
Modify existing code
**user_role.rs**
Add:
- struct: pub::Entity
**schema.rs**
Modify existing code
**schema_v2.rs**
Modify existing code
**user.rs**
Modify existing code
**user_role.rs**
Add:
- struct: pub::Entity
**user.rs**
Modify existing code
**user_role.... |
feat(router): add three_ds decision rule execute api (#8148)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**lib.rs**
Add:
- mod: pub::three_ds_decision_rule
**three_ds_decision_rule.rs**
Add:
- function: private::get_api_event_type
- function: private::get_api_event_type
- struct: pub::PaymentData
- struct: pub::PaymentMethodMetaData
- struct: pub::CustomerDeviceData
- st... |
feat(connector): add authorize, void, refund, psync, rsync support for mollie connector (#740)
Co-authored-by: pixincreate@work <pavananarayana01@gmail.com> | Files to modify:
**enums.rs**
Modify existing code
**errors.rs**
Modify existing code
**settings.rs**
Modify existing code
**connector.rs**
Add:
- mod: pub::mollie
**mollie.rs**
Add:
- function: private::build_headers
- function: private::id
- function: private::base_url
- function: ... |
refactor(utils): match string for state with SDK's naming convention (#7300)
Co-authored-by: Debarati <debarati.ghatak@juspay.in> | Files to modify:
**enums.rs**
Modify existing code
**utils.rs**
Modify existing code |
feat(router): add mandates incoming webhooks flow (#2464) | Files to modify:
**mandates.rs**
Modify existing code
**webhooks.rs**
Add:
- enum: pub::MandateIdType
**enums.rs**
Modify existing code
**enums.rs**
Modify existing code
**mandate.rs**
Modify existing code
**mandate.rs**
Modify existing code
**schema.rs**
Modify existing code
**webhooks.rs**
... |
feat(connector): [Chargebee] Add record back support for chargebee (#7505)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**chargebee.rs**
Add:
- function: private::get_headers
- function: private::get_url
- function: private::get_content_type
- function: private::get_request_body
- function: private::build_request
- function: private::handle_response
- function: private::get_error_response... |
chore: address Rust 1.90.0 clippy lints (#9511) | Files to modify:
**sqlx.rs**
Modify existing code
**transformers.rs**
Remove:
- struct: private::BankAccountDetails
**requests.rs**
Remove:
- struct: pub::GlobalPayPayer
**response.rs**
Remove:
- enum: pub::ApmProvider
- enum: pub::GlobalpayPaymentMethodStatus
**transformers.rs**
Remove:... |
fix: [CYBERSOURCE] Fix Status Mapping (#3144)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**cybersource.rs**
Modify existing code
**transformers.rs**
Add:
- struct: pub::CybersourceApplicationInfoResponse
- enum: pub::CybersourceTransactionResponse |
feat(router): add retrieve poll status api (#4358)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**lib.rs**
Add:
- mod: pub::poll
**poll.rs**
Add:
- function: private::get_api_event_type
- struct: pub::PollResponse
- enum: pub::PollStatus
- impl: impl ApiEventMetric for PollResponse
**events.rs**
Modify existing code
**openapi.rs**
Modify existing code
**routes.rs... |
refactor(connector): [Rapyd] add and implement the get_currency_unit function (#2664)
Co-authored-by: Shivansh Bhatnagar <shivansh.bhatnagar.mat22@iitbhu.ac.in> | Files to modify:
**rapyd.rs**
Add:
- function: private::get_currency_unit
**transformers.rs**
Add:
- function: private::try_from
- struct: pub::RapydRouterData
- impl: impl TryFrom<(
&types::api::CurrencyUnit,
types::storage::enums::Currency,
i64,
T,
)> for RapydRouterData<T> |
refactor: send full payment object for payment sync (#526)
Co-authored-by: Arun Raj M <jarnura47@gmail.com> | Files to modify:
**payment_response.rs**
Modify existing code |
refactor(customer): refactor customer db with storage utils and move trait to domain_models and impl to storage_model (#7538)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**customer.rs**
Add:
- function: private::from
- struct: pub::CustomerListConstraints
- trait: pub::CustomerInterface
- impl: impl From<CustomerListConstraints> for query::CustomerListConstraints
**db.rs**
Modify existing code
**customers.rs**
Remove:
- function: private::... |
chore: address Rust 1.67 clippy lints (#465) | Files to modify:
**ext_traits.rs**
Modify existing code
**pii.rs**
Modify existing code
**utils.rs**
Modify existing code
**basic.rs**
Modify existing code
**cybersource.rs**
Modify existing code
**admin.rs**
Modify existing code
**customers.rs**
Modify existing code
**transformers.rs**
Modify ... |
refactor(connector): Add amount conversion framework to iatapay along with amount conversion code to connector template (#4866)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Nar... | Files to modify:
**mod.rs**
Add:
- function: pub::new
**test.rs**
Modify existing code
**transformers.rs**
Modify existing code
**enums.rs**
Modify existing code
**iatapay.rs**
Remove:
- struct: pub::Iatapay
Add:
- function: pub::new
- struct: pub::Iatapay
- impl: impl Iatapay
**t... |
refactor(router): Remove `payment_methods_v2` and `customer_v2` feature flag (#8236)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**customers.rs**
Modify existing code
**events.rs**
Modify existing code
**customer.rs**
Modify existing code
**payment.rs**
Modify existing code
**lib.rs**
Modify existing code
**payment_methods.rs**
Modify existing code
**payments.rs**
Modify existing code
**events.rs**
Modif... |
feat(payouts): Implement Smart Retries for Payout (#3580)
Co-authored-by: Kashif <kashif.dev@protonmail.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in> | Files to modify:
**payouts.rs**
Modify existing code
**payout_attempt.rs**
Add:
- function: pub::find_by_merchant_id_payout_attempt_id
- function: pub::update_by_merchant_id_payout_attempt_id
**schema.rs**
Modify existing code
**transformers.rs**
Modify existing code
**payouts.rs**
Modify existi... |
refactor(drainer): removed router dependency from drainer (#209) | Files to modify:
**build.rs**
Add:
- function: private::main
**connection.rs**
Add:
- function: pub::redis_connection
- function: pub::diesel_make_pg_pool
- function: pub::pg_connection
**errors.rs**
Modify existing code
**lib.rs**
Add:
- mod: private::connection
- mod: pub::service... |
refactor: update API response for JSON deserialization errors (#6610) | Files to modify:
**utils.rs**
Modify existing code |
docs(connector): [STRIPE] Added CIT & MIT Examples for API Reference in Stripe Split Payments (#8311)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> | Files to modify:
**payments.rs**
Modify existing code |
fix(masking): mask email while logging SQL query (#4436) | Files to modify:
**user.rs**
Modify existing code
**user.rs**
Modify existing code
**user_role.rs**
Modify existing code
**kafka_store.rs**
Modify existing code
**user.rs**
Modify existing code
**types.rs**
Modify existing code
**user.rs**
Modify existing code
**user.rs**
Modify existing code |
feat(dynamic_routing): add open router integration for success based routing (#7795)
Co-authored-by: Sarthak Soni <sarthak.soni@sarthaksoni-KTKQRLPVC6.local>
Co-authored-by: Sarthak Soni <sarthakasoni@gmail.com> | Files to modify:
**lib.rs**
Add:
- mod: pub::open_router
**open_router.rs**
Add:
- function: private::from
- struct: pub::OpenRouterDecideGatewayRequest
- struct: pub::PaymentInfo
- struct: pub::DecidedGateway
- struct: pub::ErrorResponse
- struct: pub::UnifiedError
- struct: pub:... |
feat(payment): customer ip field inclusion (#1370)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in> | Files to modify:
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**payments.rs**
Modify existing code
**lib.rs**
Modify existing code
**paym... |
feat(connector): [Recurly] add invoice sync support along with transaction monitoring (#7867)
Co-authored-by: Nishanth Challa <nishanth.challa@Nishanth-Challa-C0WGKCFHLF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+sruja... | Files to modify:
**transformers.rs**
Modify existing code
**recurly.rs**
Modify existing code
**transformers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**default_implementations.rs**
Modify existing code
**default_implementations_v2.rs**
Modify existing code
**types.rs**
Ad... |
feat(router): add `merchant_configuration_id` in netcetera metadata and make other merchant configurations optional (#7347) | Files to modify:
**common_config.rs**
Modify existing code
**connector.rs**
Modify existing code
**transformers.rs**
Modify existing code
**helpers.rs**
Modify existing code
**payment_confirm.rs**
Modify existing code |
feat: api contract change for wallet (#628) | Files to modify:
**admin.rs**
Modify existing code
**enums.rs**
Modify existing code
**payment_methods.rs**
Modify existing code
**payments.rs**
Remove:
- struct: pub::WalletData
Add:
- struct: pub::GpayWalletData
- struct: pub::PaypalRedirection
- struct: pub::GpayPaymentMethodInfo
-... |
refactor(core): update response for PaymentsDynamicTaxCalculationResponse (#5909) | Files to modify:
**payments.rs**
Add:
- struct: pub::DisplayAmountOnSdk
**openapi.rs**
Modify existing code
**openapi_v2.rs**
Modify existing code
**transformers.rs**
Add:
- function: private::foreign_try_from
- impl: impl ForeignTryFrom<(MinorUnit, Option<MinorUnit>, Option<MinorUnit>, Currenc... |
refactor(router): added a new type minor unit to amount (#4629)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com> | Files to modify:
**transformers.rs**
Modify existing code
**currency.rs**
Modify existing code
**payment_methods.rs**
Modify existing code
**payments.rs**
Modify existing code
**surcharge_decision_configs.rs**
Modify existing code
**errors.rs**
Modify existing code
**types.rs**
Add:
- function... |
feat(users): Add `merchant_id` in `EmailToken` and change user status in reset password (#3473) | Files to modify:
**user.rs**
Modify existing code
**user.rs**
Modify existing code
**kafka_store.rs**
Add:
- function: private::update_user_by_email
**user.rs**
Modify existing code
**types.rs**
Add:
- function: pub::get_merchant_id |
feat(refunds_v2): Add Refunds Retrieve and Refunds Sync Core flow (#7835)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**refund.rs**
Add:
- function: private::get_api_event_type
- impl: impl ApiEventMetric for refunds::RefundsRetrieveRequest
**refunds.rs**
Add:
- struct: pub::RefundsRetrieveBody
- struct: pub::RefundsRetrieveRequest
**refund.rs**
Add:
- function: private::get_api_event_typ... |
feat(router): add total count for refunds list (#1935) | Files to modify:
**refunds.rs**
Modify existing code
**refunds.rs**
Modify existing code
**refund.rs**
Add:
- function: private::get_total_count_of_refunds
- function: private::get_total_count_of_refunds
- function: private::get_total_count_of_refunds
**refund.rs**
Add:
- function: private:... |
feat(user): add list org, merchant and profile api (#5662)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**user.rs**
Add:
- struct: pub::ListOrgsForUserResponse
- struct: pub::ListMerchantsForUserInOrgResponse
- struct: pub::ListProfilesForUserInOrgAndMerchantAccountResponse
**user_role.rs**
Add:
- function: pub::generic_user_roles_list
**user.rs**
Add:
- struct: pub::ListOrg... |
feat(connector): [GETNET] Add cards payment flow (#7256)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**enums.rs**
Modify existing code
**connector_enums.rs**
Modify existing code
**connector.rs**
Modify existing code
**getnet.rs**
Remove:
- impl: impl ConnectorIntegration<SetupMandate, SetupMandateRequestData, PaymentsResponseData> for Getnet
- impl: impl ConnectorIntegration<Void... |
feat(themes): Create user APIs for managing themes (#8387)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**user.rs**
Modify existing code
**theme.rs**
Add:
- struct: pub::CreateUserThemeRequest
- struct: pub::EntityTypeQueryParam
**enums.rs**
Modify existing code
**profile.rs**
Modify existing code
**theme.rs**
Add:
- struct: pub::CreateUserThemeRequest
- struct: pub::Entit... |
feat(events): Add events framework for registering events (#4115)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**lib.rs**
Add:
- function: pub::with
- function: pub::emit
- function: pub::try_emit
- function: private::serialize
- function: pub::new
- function: pub::record_info
- function: pub::try_emit
- function: pub::emit
- function: pub::event
- function: private::... |
feat(connector): [BLUECODE] Added Bluecode Wallet QR Code Redirect Payment Method (#8762)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**payments.rs**
Add:
- struct: pub::BluecodeQrRedirect
**connector_enums.rs**
Modify existing code
**enums.rs**
Modify existing code
**transformers.rs**
Modify existing code
**connector.rs**
Modify existing code
**enums.rs**
Modify existing code
**lowering.rs**
Modify existing... |
feat(cards): validate card security code and expiration (#874)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com> | Files to modify:
**lib.rs**
Add:
- function: private::try_from
- function: private::deserialize
- function: pub::two_digits
- function: private::try_from
- function: private::deserialize
- function: pub::four_digits
- function: pub::two_digits
- function: private::try_from
- func... |
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] (#66) | Files to modify:
**authorize_flow.rs**
Modify existing code
**helpers.rs**
Modify existing code
**transformers.rs**
Modify existing code
**payments.rs**
Remove:
- function: pub::validate_pm
**schema.rs**
Modify existing code
**payments.rs**
Remove:
- function: pub::validate_pm
**mandate.rs**... |
feat(ucs): Add profile ID to lineage tracking in Unified Connector Service (#9559) | Files to modify:
**grpc_client.rs**
Modify existing code
**merchant_context.rs**
Modify existing code
**vault_metadata.rs**
Modify existing code
**consts.rs**
Add:
- function: private::test_profile_id_unavailable_initialization
- mod: private::tests
**payments.rs**
Modify existing code
**flows.... |
feat(users): implemented openidconnect (#5124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> | Files to modify:
**user.rs**
Modify existing code
**user.rs**
Modify existing code
**user_authentication_method.rs**
Add:
- function: pub::get_user_authentication_method_by_id
**analytics.rs**
Modify existing code
**user.rs**
Modify existing code
**user.rs**
Modify existing code
**user.rs**
Mo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.