110 Commits

Author SHA1 Message Date
c3172ef606 feat(merchant_account): Add list multiple merchants in MerchantAccountInterface (#3220)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-05 12:56:03 +00:00
396a64f3bb feat(db): Implement AuthorizationInterface for MockDb (#3151) 2023-12-19 18:04:57 +00:00
e3589e641c refactor(users): rename user_roles and dashboard_metadata columns (#3135)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
2023-12-18 11:10:26 +00:00
f7da59d06a fix(router): make request_incremental_authorization optional in payment_intent (#3086) 2023-12-11 13:37:25 +00:00
2c4599a1cd feat: add utility to convert TOML configuration file to list of environment variables (#3096) 2023-12-11 07:50:19 +00:00
c6e2ee29d9 feat(metrics): add drainer delay metric (#3034) 2023-12-06 05:55:00 +00:00
1c3d260dc3 feat(user): add email apis and new enums for metadata (#3053)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
2023-12-05 07:40:17 +00:00
ba392f58b2 fix: add fallback to reverselookup error (#3025)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-05 07:17:37 +00:00
a0cfdd3fb1 feat(router): add payments incremental authorization api (#3038)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-04 13:04:51 +00:00
57591f819c refactor: create separate struct for surcharge details response (#3027) 2023-12-04 11:41:30 +00:00
ec15ddd0d0 feat(user): add user_list and switch_list apis (#3033)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
2023-12-01 13:37:17 +00:00
092ec73b3c feat(user): generate and delete sample data (#2987)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
2023-12-01 10:30:25 +00:00
1ca2ba4594 feat(router): make core changes in payments flow to support incremental authorization (#3009)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-11-30 11:26:34 +00:00
6a2e4ab416 feat(user): add support for dashboard metadata (#3000)
Co-authored-by: Rachit Naithani <81706961+racnan@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sakil Mostak <73734619+Sakilmostak@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Brian Silah <71752651+unpervertedkid@users.noreply.github.com>
2023-11-30 09:28:37 +00:00
d289524869 fix: few fields were not getting updated in apply_changeset function (#3002) 2023-11-29 08:24:16 +00:00
837480d935 feat(core): enable payment refund when payment is partially captured (#2991)
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
2023-11-28 15:14:55 +00:00
3db721388a fix: surcharge related status and rules fix (#2974)
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-11-24 18:44:28 +05:30
3322103f5c feat(router): add connector_transaction_id in error_response from connector flows (#2972) 2023-11-24 07:03:30 +00:00
46e13d5475 refactor(macros): use syn2.0 (#2890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-11-22 10:16:33 +00:00
b441a1f2f9 feat(router): add list payment link support (#2805)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
2023-11-22 10:07:01 +00:00
3f3b797dc6 fix: status goes from pending to partially captured in psync (#2915)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-21 14:55:38 +00:00
e566a4eff2 fix: merchant_connector_id null in KV flow (#2810)
Co-authored-by: preetamrevankar <132073736+preetamrevankar@users.noreply.github.com>
2023-11-21 10:11:35 +00:00
5c4e7c9031 refactor: add mapping for ConnectorError in payouts flow (#2608)
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-11-21 07:34:22 +00:00
39540015fd feat(router): add unified_code, unified_message in payments response (#2918) 2023-11-20 12:05:07 +00:00
25cef386b8 feat(mca): Add new auth_type and a status field for mca (#2883)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-20 07:24:55 +00:00
c39beb2501 feat(router): Custom payment link config for payment create (#2741)
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
2023-11-17 08:10:29 +00:00
d634fdeac3 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@juspay.in>
2023-11-16 04:57:34 +00:00
cafea45982 fix: handle session and confirm flow discrepancy in surcharge details (#2696)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-14 10:41:38 +00:00
0553587115 build(deps): remove unused dependencies and features (#2854) 2023-11-13 11:20:18 +00:00
20c4226a36 feat(user): setup user tables (#2803)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sahkal Poddar <sahkalplanet@gmail.com>
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
Co-authored-by: Venkatesh <inventvenkat@gmail.com>
Co-authored-by: venkatesh.devendran <venkatesh.devendran@juspay.in>
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-11-10 06:17:32 +00:00
966369b6f2 refactor(core): remove connector response table and use payment_attempt instead (#2644) 2023-11-09 15:09:12 +00:00
5c9e235bd3 feat(router): add gateway_status_map CRUD APIs (#2809) 2023-11-09 12:43:38 +00:00
8b151898dc feat(router): added merchant custom name support for payment link (#2685)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-09 10:58:52 +00:00
89857941b0 feat(events): add extracted fields based on req/res types (#2795) 2023-11-08 21:31:53 +05:30
a429b23c7f feat(router): add gateway_status_map interface (#2804) 2023-11-08 10:24:50 +00:00
ff73aba8e7 feat: make drainer logs queryable with request_id and global_id (#2771) 2023-11-06 08:15:15 +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
e40a29351c fix(router): make customer_id optional when billing and shipping address is passed in payments create, update (#2762) 2023-11-03 07:01:06 +00:00
15a6b5a855 feat: implement list_merchant_connector_accounts_by_merchant_id_connector_name function (#2742) 2023-10-31 11:38:46 +00:00
9d9fc2a8c5 refactor(db): migrate to payment_attempt from connector_response (#2656) 2023-10-30 18:34:53 +00:00
d682471001 feat(organization): add organization table (#2669) 2023-10-30 08:54:28 +00:00
5988d8d426 feat(core): add support for multiple merchant_connector_account (#2655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shanks <shashank.attarde@juspay.in>
2023-10-25 15:57:24 +00:00
949937e364 feat: add support for updating surcharge_applicable field intent (#2647) 2023-10-20 09:47:10 +00:00
e5fbaae0d4 refactor: add surcharge_applicable to payment_intent and remove surcharge_metadata from payment_attempt (#2642)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-19 13:56:00 +00:00
6765a1c695 fix: payment_method_data and description null during payment confirm (#2618)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-10-19 11:48:06 +00:00
14c0821b80 build(deps): use async-bb8-diesel from crates.io instead of git repository (#2619)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-19 09:06:02 +00:00
c86ac9b1fe refactor(payment_connector): allow connector label to be updated (#2622)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 13:22:34 +00:00
2f9a3557f6 feat: update surcharge_amount and tax_amount in update_trackers of payment_confirm (#2603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 10:12:32 +00:00
a1472c6b78 feat(merchant_account): add merchant account list endpoint (#2560)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 07:23:18 +00:00
6a74e8cba9 feat: add updated_by to tracker tables (#2604)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-17 11:26:56 +00:00