598 Commits

Author SHA1 Message Date
eee55bdfbe feat(Connector):[Adyen]Implement ACH Direct Debits for Adyen (#1033)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-09 18:25:26 +00:00
8c34114138 feat(connector): add dispute and refund webhooks for Airwallex (#1021)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-09 17:29:37 +00:00
3fe24b3255 feat(refunds): add connector field in refund response (#1059)
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
2023-05-09 14:41:42 +00:00
38aa9eab3f feat(router): added retrieval flow for connector file uploads and added support for stripe connector (#990) 2023-05-09 14:40:54 +00:00
d6e71b959d feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-05-09 14:30:50 +00:00
0bb0437b7f feat(connector) : add klarna, afterpay support in Nuvei (#1081) 2023-05-09 14:27:17 +00:00
a2a6bab56c feat: Allow payment cancels for more statuses (#1027)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-09 14:20:05 +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
736a236651 fix(applepay): rename applepay_session_response to lowercase (#1090) 2023-05-09 15:46:15 +05:30
aa610c49f5 fix(router): fix recursion bug in straight through algorithm (#1080) 2023-05-09 06:33:07 +00:00
5c5c3ef383 fix(mandate): fix payment_method_data becoming empty when mandate_id is not present (#1077) 2023-05-08 22:05:30 +05:30
7c6f0fdec5 enhancement(common_utils): impl from for email newtype (#1074) 2023-05-08 19:53:14 +05:30
b760cba546 fix(connector): [ACI] Add amount currency conversion and update error codes (#1065) 2023-05-08 19:42:30 +05:30
8853702f4b fix: throw PreconditionFailed error when routing_algorithm is not configured (#1017)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-08 13:48:58 +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
fa8683a54b enhancement(common_utils): impl deref for email newtype (#1073) 2023-05-08 13:35:08 +00:00
9c331e411b feat(connector): [Bluesnap] add cards 3DS support (#1057)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
2023-05-08 13:34:43 +00:00
35196493c4 fix(common_utils): manually implement diesel queryable for email newtype (#1072) 2023-05-08 18:37:10 +05:30
56d12ce5eb ci(migrations): add diesel migrations validations (#1056)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-05-08 10:59:43 +00:00
4ece376b56 feat(connector): add payment routes for dummy connector (#980) 2023-05-08 09:34:50 +00:00
9cb3fa216c fix(mandate): make payment_method_data optional for mandate scenario (#1032) 2023-05-08 09:31:58 +00:00
73b8988322 refactor(router): include payment method type in connector choice for session flow (#1036) 2023-05-08 09:15:28 +00:00
ab55d21013 feat(errors): add reverse errorswitch trait for foreign errors (#909) 2023-05-08 09:15:05 +00:00
2ba186b7d1 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>
2023-05-08 09:11:27 +00:00
982c27fce7 fix(redis): fix recreation on redis connection pool (#1063) 2023-05-08 14:31:49 +05:30
3131bc84af fix(connector) : [worldline] fix worldline unit test (#1054) 2023-05-05 14:21:04 +00:00
3d05e50abc fix: impl Drop for RedisConnectionPool (#1051) 2023-05-04 14:01:33 +00:00
e5cc0d9d45 feat(connector): add dummy connector template code (#970) 2023-05-04 13:59:59 +00:00
b3772f8ef1 refactor(router): add the connector_label field to DuplicateMerchantConnectorAccount error message (#1044) 2023-05-04 13:58:37 +00:00
b8e2b1c5f4 refactor: use newtype pattern for email addresses (#819)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-04 13:58:20 +00:00
92ae2d92f1 refactor(compatibility): refactor stripe compatibility routes using web::resource (#1022) 2023-05-04 13:58:06 +00:00
64fa21eb4f refactor(router): nest the straight through algorithm column in payment attempt (#1040) 2023-05-04 13:54:34 +00:00
f0464bc4f5 feat(connector): add authorize, capture, void, psync, refund, rsync for Forte connector (#955)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-04 13:52:28 +00:00
c888635166 fix: Passing connector_name instead of ConnectorCallType (#1050) 2023-05-04 12:12:03 +00:00
36cc13d44b feat(pm_list): add available capture methods filter (#999)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-03 10:40:05 +00:00
03a96432a9 feat: expire client secret after a merchant configurable intent fufliment time (#956) 2023-05-03 10:38:13 +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
eea05f5c31 feat(connector) : add Cards(3ds & non3ds),bank_redirects ,wallets(Paypal,Applepay) and Mandates support to nexinets (#898)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-03 08:17:42 +00:00
2cff019a1b refactor: use CountryAlpha2 instead of CountryCode for country codes (#904) 2023-05-03 08:16:41 +00:00
c9e8a9b4b7 fix(storage_models): fix incorrect field order in MerchantConnectorAccount (#976) 2023-05-03 08:15:16 +00:00
23b5647290 fix: remove old data while deserialization error from cache (#1010)
Co-authored-by: Abhishek <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-05-03 06:46:44 +00:00
a4f6f3fdaa build(deps): make AWS dependencies optional (#1030) 2023-05-03 06:46:25 +00:00
af71828e35 refactor(config): add independent toggles for enabling traces and metrics (#1020) 2023-05-03 06:45:03 +00:00
0df2244794 feat(connector): add dispute webhooks for Stripe (#918) 2023-05-02 21:04:02 +00:00
c31b4b41c2 fix: fix internal server errors on merchant connector account creation (#1026) 2023-05-02 21:02:20 +00:00
4728d946e2 feat(router): added support for optional defend dispute api call and added evidence submission flow for checkout connector (#979) 2023-05-02 20:55:53 +00:00
0b7bc7bcd2 feat(cards): validate card security code and expiration (#874)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-02 20:43:38 +00:00
c86f2c045e feat(connector): [ACI] Add banking redirect support for EPS, Giropay, iDEAL, and Sofortueberweisung (#890)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-02 20:27:32 +00:00
4397c8e199 fix(refund_sync): add validation for missing connector_refund_id (#1013) 2023-05-02 20:27:14 +00:00
e9fc34ff62 refactor(stripe): return all the missing fields in a request (#935)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: ItsMeShashank <sattarde9913@gmail.com>
2023-05-02 20:26:52 +00:00