97 Commits

Author SHA1 Message Date
966369b6f2 refactor(core): remove connector response table and use payment_attempt instead (#2644) 2023-11-09 15:09:12 +00:00
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
d682471001 feat(organization): add organization table (#2669) 2023-10-30 08:54:28 +00:00
274a78343e fix: make push to drainer generic and add application metrics for KV (#2563) 2023-10-17 11:21:18 +00:00
642085dc74 feat(router): Add payment link support (#2105)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-10-12 09:09:10 +00:00
13aaf96db0 feat: kv for reverse lookup (#2445) 2023-10-10 09:05:00 +00:00
8b50997e56 feat(kv): add kv wrapper for executing kv tasks (#2384) 2023-10-09 13:10:58 +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
d4221f3368 refactor(scheduler): move scheduler to new crate to support workflows in multiple crates (#1681) 2023-09-06 07:41:09 +00:00
88d65a62fc feat(storage_impl): split payment intent interface implementation (#1946) 2023-08-21 19:23:03 +05:30
53956d6f83 feat(business_profile): add business profile table and CRUD endpoints (#1928) 2023-08-18 09:23:29 +00:00
9f199d9ab8 refactor(storage_impl): Integrate the composite store from external crate (#1921) 2023-08-14 13:16:31 +00:00
c333fb7fc0 feat(router): add support for multiple partial capture (#1721)
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-08-08 20:26:27 +00:00
f32fdec290 refactor(redis): invoke redis_conn() method instead of cloning redis_conn property in StorageInterface (#1552)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-08-01 07:04:38 +00:00
c284f41cc6 feat(core): Changed frm_config format type in merchant_connector_account and added frm_message in payments response (#1543)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-07-26 12:45:26 +00:00
f3baf2ff3f feat(db): implement MerchantKeyStoreInterface for MockDb (#1772) 2023-07-25 07:07:35 +00:00
763e2df3bd feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
2023-07-19 18:02:05 +00:00
2ac1f2e29e feat(db): implement ConfigInterface for MockDb (#1586) 2023-07-03 09:43:49 +00:00
772fc84577 feat(router): implement PaymentMethodInterface for MockDB (#1535) 2023-06-26 18:30:46 +00:00
8c93904c3e feat(db): implement EphemeralKeyInterface for MockDb (#1285) 2023-06-25 05:28:36 +00:00
2555c37ada feat(db): implement MandateInterface for MockDb (#1387) 2023-06-17 08:01:23 +00:00
1322aa7579 feat(db): implement LockerMockInterface for MockDb (#1347)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-06 05:11:45 +00:00
9f2832f600 refactor(router): remove pii-encryption-script feature and use of timestamps for decryption (#1350) 2023-06-05 12:48:00 +00:00
e5e39a7491 feat(db): implement DisputeInterface for MockDb (#1345)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-05 07:30:44 +00:00
6f1a1a3bcb feat(db): implement EventInterface for MockDb (#1289)
Co-authored-by: Pavlo Kushneryk <pavlo.kushneryk@solidgate.com>
2023-05-31 14:55:25 +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
cbff605f2a feat(router): implement CardsInfoInterface for MockDB (#1262) 2023-05-25 06:57:09 +00:00
39405bb478 feat(db): implement AddressInterface for MockDb (#968)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
2023-05-19 09:10:59 +00:00
95c7ca99d1 feat(router): implement ApiKeyInterface for MockDb (#1101)
Co-authored-by: Derek Leverenz <derel@dereleverenz.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-16 18:35:50 +00:00
0d46690502 refactor(errors): add parsing error types for context info (#911) 2023-05-11 12:45:00 +00:00
982c27fce7 fix(redis): fix recreation on redis connection pool (#1063) 2023-05-08 14:31:49 +05:30
3d05e50abc fix: impl Drop for RedisConnectionPool (#1051) 2023-05-04 14:01:33 +00:00
bdf1e5147e feat(router): added dispute accept api, file module apis and dispute evidence submission api (#900)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-24 19:35:21 +00:00
a733eafbbe feat(router): added incoming dispute webhooks flow (#769)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-29 22:55:54 +00:00
b15b8f7b43 feat: cards info api (#749)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-28 19:04:58 +05:30
1bdc8955c2 feat(router): implement API endpoints for managing API keys (#511) 2023-02-10 08:50:57 +00:00
888fb2bcce feat(cache): add generic cache functions to populate and invalidate cache (#483) 2023-02-03 19:35:41 +05:30
30593bd1fd feat(access_token): support creating access token for connectors (#407) 2023-01-20 16:14:33 +05:30
89a1cd0885 chore: drop temp_card table and all associated items (#366) 2023-01-13 14:09:52 +05:30
87fed68519 db: Added Reverse lookup table (#147) 2022-12-19 18:50:05 +05:30
3acde2603b refactor: cleaning, requests and split db files (#75)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2022-12-13 13:28:48 +05:30
5b470bf8f5 db: Added ephemeral key functions (#84) 2022-12-08 20:23:39 +05:30
ca91ce310a refactor(router): remove SqlDb, cleaning (#67) 2022-12-06 12:03:26 +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