27 Commits

Author SHA1 Message Date
51c8d16dc5 feat(payouts): add payout currency in wasm crate (#9626) 2025-09-30 13:34:55 +00:00
d305fad2e6 feat(core): allow setting up status across payments, refunds and payouts for triggering webhooks in core resource flows (#8433)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-06-30 07:08:04 +00:00
0f14279866 feat(router): add merchant_category_code in business profile (#8296)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-06-12 10:05:50 +00:00
e90a95de6f feat(router): add three_ds decision rule execute api (#8148)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-06-06 16:20:34 +00:00
673cf249b0 build(deps): migrate usages of once_cell crate to standard library equivalents (#8030)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-05-19 10:24:03 +00:00
34dd99d805 feat: add support for 3ds exemption rules in euclid crate (#8013) 2025-05-16 13:54:13 +00:00
63d9b534d0 feat(wasm): fetch list of country codes and country names (#7642)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
2025-04-25 07:44:57 +00:00
1900959778 feat(core): Implement 3ds decision manger for V2 (#7022) 2025-02-05 13:37:46 +00:00
d4b3dbc155 feat(payments_v2): add payment method list endpoint (#6805)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-23 10:07:16 +00:00
d0a041c361 feat(core): add Mobile Payment (Direct Carrier Billing) as a payment method (#6196)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-11-13 19:49:59 +00:00
90ebd54ec9 feat(connector): wasm changes for Taxjar (#5879) 2024-09-16 06:53:47 +00:00
885428bd1e feat(Connector): Plaid connector configs (#5545)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
2024-08-09 09:06:41 +00:00
78a7804b9c refactor(routing): Remove backwards compatibility for the routing crate (#3015)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Shanks <shashank.attarde@juspay.in>
2024-07-18 09:43:38 +00:00
eb6f27d64e feat(core): Payments core modification for open banking connectors (#3947)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-17 09:27:50 +00:00
6df8f0646b refactor(hyperswitch_constraint_graph): Removal of lifetime from the Constraint Graph framework (#5132) 2024-06-28 09:36:47 +00:00
0e059e7d84 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>
2024-06-13 03:45:09 +00:00
a917776bb8 refactor(graph): refactor the Knowledge Graph to include configs check, while eligibility analysis (#4687)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-21 14:14:45 +00:00
2216a88d25 chore: address Rust 1.78 clippy lints (#4545)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-05-07 10:35:32 +00:00
a23a365cdf feat(constraint_graph): make the constraint graph framework generic and move it into a separate crate (#3071) 2024-05-06 13:08:44 +00:00
a151485317 feat(payouts): add payout types in euclid crate (#3862)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2024-03-21 08:56:49 +00:00
06c30967cf feat(connector): add threedsecureio three_ds authentication connector (#4004)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
2024-03-09 09:18:45 +00:00
b0ffbe9355 feat(connector-config): add wasm support for dashboard connector configuration (#3138)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-12-19 17:22:06 +00:00
30fe9d19e4 fix(euclid_wasm): add function to retrieve keys for 3ds and surcharge decision manager (#3160)
Co-authored-by: hrithikeshvm <hrithikeshmylatty@gmail.com>
2023-12-18 21:31:06 +05:30
2ac5b2cd76 fix(wasm): fix wasm function to return the categories for keys with their description respectively (#3023) 2023-12-01 07:59:14 +00:00
ff6a0dd0b5 fix(core): Replace euclid enum with RoutableConnectors enum (#2994)
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>
2023-11-28 15:04:30 +00:00
c0116db271 feat(currency_conversion): add currency conversion feature (#2948)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-11-28 10:35:04 +00:00
9b618d2447 feat(router): Add Smart Routing to route payments efficiently (#2665)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com>
Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com>
2023-11-03 13:07:31 +00:00