|
|
87d9fced07
|
feat: add an api for toggling extended card info feature (#4444)
|
2024-04-25 12:40:00 +00:00 |
|
|
|
43307815e0
|
feat(payment_methods): Client secret implementation in payment method… (#4134)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-04-19 12:02:06 +00:00 |
|
|
|
f6fccafb3d
|
fix(user): add onboarding_survey enum in dashboard metadata type (#4353)
|
2024-04-19 11:23:38 +00:00 |
|
|
|
00cd96d097
|
feat(router): add external authentication webhooks flow (#4339)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-04-16 10:24:46 +00:00 |
|
|
|
179f5ff052
|
refactor(payment_methods): add network_transaction_id column in the payment_methods table (#4005)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-04-03 13:41:49 +00:00 |
|
|
|
14e1bbaf07
|
feat(events): add APIs to list webhook events and webhook delivery attempts (#4131)
|
2024-03-21 13:32:17 +00:00 |
|
|
|
944089d691
|
feat(payouts): implement KVRouterStore (#3889)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
|
2024-03-19 10:03:37 +00:00 |
|
|
|
a3dec0b6bc
|
refactor(core): move authentication data fields to authentication table (#4093)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
|
2024-03-19 09:40:18 +00:00 |
|
|
|
fd67a6c225
|
feat(webhooks): store request and response payloads in events table (#4029)
|
2024-03-14 07:00:37 +00:00 |
|
|
|
4902c40345
|
feat(router): add domain types, admin core changes and other prerequisites for 3ds external authentication flow (#3962)
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-07 19:56:30 +00:00 |
|
|
|
c09b2b3a2a
|
feat(core): external authentication related schema changes for existing tables (#3904)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-03-05 13:35:43 +00:00 |
|
|
|
8162668199
|
feat(core): diesel models and db interface changes for authentication table (#3859)
|
2024-03-01 12:33:32 +00:00 |
|
|
|
33f07419ab
|
feat(address): add payment method billing details (#3812)
|
2024-03-01 12:07:29 +00:00 |
|
|
|
7db499d8a9
|
chore(dispute): adding disputeamount as int type (#3886)
|
2024-02-29 10:45:28 +00:00 |
|
|
|
f3931cf484
|
feat(payment_methods): Add default payment method column in customers table and last used column in payment_methods table (#3790)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-28 11:12:58 +00:00 |
|
|
|
8b32dffe32
|
feat(payouts): Implement Smart Retries for Payout (#3580)
Co-authored-by: Kashif <kashif.dev@protonmail.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
|
2024-02-28 09:38:20 +00:00 |
|
|
|
5b8c261d1e
|
feat(router): add connector mit related columns to the payment methods table (#3764)
|
2024-02-27 11:21:25 +00:00 |
|
|
|
385622678f
|
refactor(payment_methods): introduce locker_id column in payment_methods table (#3760)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-27 08:03:43 +00:00 |
|
|
|
75c633fc7c
|
feat(payouts): extend routing capabilities to payout operation (#3531)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
|
2024-02-26 07:30:10 +00:00 |
|
|
|
58809ab1f9
|
feat(user): create apis for custom role (#3763)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
|
2024-02-22 14:25:47 +00:00 |
|
|
|
863e380cf2
|
feat(address): add email field to address (#3682)
|
2024-02-22 10:48:27 +00:00 |
|
|
|
7b0bce5558
|
refactor(core): inclusion of locker to store fingerprints (#3630)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
|
2024-02-21 08:07:25 +00:00 |
|
|
|
073310c1f6
|
refactor(merchant_connector_account): change unique constraint to connector label (#3091)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-20 07:31:30 +00:00 |
|
|
|
e0d8bb207e
|
feat(user): setup roles table with queries (#3691)
|
2024-02-19 12:15:42 +00:00 |
|
|
|
2f473dd4e7
|
fix(user): add migration for force password change (#3668)
|
2024-02-15 16:02:16 +00:00 |
|
|
|
74f3721ccd
|
fix(core): Add column mandate_data for storing the details of a mandate in PaymentAttempt (#3606)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-02-09 08:35:54 +00:00 |
|
|
|
3af6aaf28e
|
feat(payouts): Add Wallet to Payouts (#3502)
|
2024-02-07 06:51:57 +00:00 |
|
|
|
862a1b5303
|
feat(users): Add preferred_merchant_id column and update user details API (#3373)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-01-18 13:14:20 +00:00 |
|
|
|
bb096138b5
|
feat(router): payment_method block (#3056)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
|
2024-01-11 12:28:29 +00:00 |
|
|
|
61176524ca
|
feat(payment_link): Added sdk layout option payment link (#3207)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Kashif <kashif.dev@protonmail.com>
|
2024-01-11 07:10:28 +00:00 |
|
|
|
e0e28b87c0
|
feat(core): add new payments webhook events (#3212)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
|
2024-01-10 13:28:22 +00:00 |
|
|
|
23e0c63541
|
fix: introduce net_amount field in payment response (#3115)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2024-01-08 14:27:37 +00:00 |
|
|
|
3cd74966b2
|
fix(router): Payment link api contract change (#2975)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Kashif <kashif.dev@protonmail.com>
Co-authored-by: hrithikeshvm <hrithikeshmylatty@gmail.com>
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
|
2024-01-08 12:10:56 +00:00 |
|
|
|
3ab71fbd5a
|
fix(user): add integration_completed enum in metadata type (#3245)
|
2024-01-05 08:40:26 +00:00 |
|
|
|
8db3361d80
|
fix: change prodintent name in dashboard metadata (#3161)
|
2023-12-18 14:15:45 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
cb88be01f2
|
fix(core): introduce new attempt and intent status to handle multiple partial captures (#2802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2023-11-17 04:34:34 +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 |
|
|
|
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 |
|