40 Commits

Author SHA1 Message Date
02074dfc23 feat(core): update card_details for an existing mandate (#3452)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 07:05:42 +00:00
bd5356e7e7 refactor(core): add locker config to enable or disable locker (#3352)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-18 12:40:21 +00:00
90ac26a92f feat(connector): Add Revoke mandate flow (#3261)
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2024-01-08 13:41:16 +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
61288d541f fix: update connector_mandate_id column in generate mandate flow (#2472) 2023-10-06 07:30:48 +00:00
1cf8b6cf53 feat(router): add mandates incoming webhooks flow (#2464) 2023-10-05 19:08:47 +00:00
a0a8ef27b3 refactor(core): Add additional parameters in AppState and refactor AppState references (#2123)
Co-authored-by: Kritik Modi <kritik.modi@juspay.in>
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
2023-09-18 08:31:03 +00:00
ad4b7de628 refactor(storage_impl): split payment attempt models to domain + diesel (#2010)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
Co-authored-by: Arvind Patel <52006565+arvindpatel24@users.noreply.github.com>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: anji-reddy-j <125157119+anji-reddy-j@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Apoorv Dixit <64925866+apoorvdixit88@users.noreply.github.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-09-11 12:03:47 +00:00
14c2d72509 feat(mandates): recurring payment support for bank redirect and bank debit payment method for stripe (#1119)
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
2023-07-17 12:49:31 +00:00
8832dd60b9 refactor(payment_methods): Remove legacy locker code as it is not been used (#1666) 2023-07-14 09:51:10 +00:00
c0e1d4d3b0 refactor(enums): move enums from storage_models and api_models crates to common_enums crate (#1265) 2023-07-13 12:12:14 +00:00
5a0e8be8c4 refactor(storage): update crate name to diesel models (#1685) 2023-07-12 12:50:55 +00:00
a899c97389 refactor(mandates): refactor mandates to check for misleading error codes in mandates (#1377) 2023-06-27 10:22:27 +00:00
fa392c40a8 feat: encrypt PII fields before saving it in the database (#1043)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-05-30 08:13:17 +00:00
186bd729d6 fix(mandate): throw DuplicateMandate Error if mandate insert fails (#1201) 2023-05-19 12:38:36 +00:00
6c41cdb1c9 refactor(mandate): allow merchant to pass the mandate details and customer acceptance separately (#1188) 2023-05-19 06:49:19 +00:00
75ba3ff09f feat(router): add mandates list api (#1143) 2023-05-17 16:01:13 +00:00
a904d2b4d9 fix(mandate): only trigger mandate procedure on successful connector call (#1122) 2023-05-11 11:08:38 +00:00
4403634dda feat(connector): Mandates for alternate payment methods via Adyen (#1046)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
2023-05-09 14:19:55 +00:00
64721b80ae feat(connector): Mandates for alternate payment methods via Stripe (#1041)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-08 13:38:15 +00:00
ed99655ebc feat: PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-03 10:18:51 +00:00
b4020294cc refactor(storage_models, errors): impl StorageErrorExt for error_stack::Result<T, errors::StorageError> (#886) 2023-04-17 18:31:13 +00:00
29da1dfa50 feat: connector tokenization flow (#750)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-11 11:54:45 +00:00
d302b286b8 feat(router): adding metrics for tracking behavior throughout the router crate (#768) 2023-03-21 05:33:03 +00:00
661dd48ae5 refactor(merchant_account): add back api_key field for backward compatibility (#761) 2023-03-17 15:30:20 +05:30
028e140144 feat(stripe): eps, giropay and ideal using stripe (#529)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-02-26 16:29:37 +00:00
8055f64d75 fix: Use setup future usage for saving card (#401) 2023-01-18 16:28:38 +05:30
be9889b47a chore: add .attach_printable for InternalServerError (#368) 2023-01-17 17:23:57 +05:30
3cdf50c942 refactor: Replace Bach with Application on every naming (#292) 2023-01-10 18:07:32 +05:30
c807713a6f fix: Add locker_id in merchant account and sbx default locker (#276)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-09 15:49:17 +05:30
a526d26e0e fix(mandate): create mandate only when mandate details are passed (#316) 2023-01-09 14:02:59 +05:30
6a0d183e7b fix(router_env): fix opentelemetry traces for router_env (#201)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-01-07 17:43:19 +05:30
7274fd70c6 fix: fix mandate behaviour post merge (#221) 2022-12-23 01:16:50 +05:30
dd7e093fe3 fix: fixes to surface level mandate issues (#180) 2022-12-22 12:51:52 +05:30
939827da8f refactor: Mandate unification (#191) 2022-12-21 23:27:57 +05:30
eb4fe6f46b refactor(router): move db models into separate crate and refactoring around it (#125) 2022-12-13 12:00:27 +05:30
d6afbe8011 refactor(router): move api models into separate crate (#103) 2022-12-12 15:36:45 +05:30
9710af1e56 refactor(router): separate enums for api (#96) 2022-12-09 14:03:43 +05:30
200a085fd0 Testability ddd repository (#55) 2022-12-03 10:48:51 +05:30
430dcd1967 initial commit 2022-11-16 20:37:50 +05:30