2396 Commits

Author SHA1 Message Date
a343f69dc4 refactor: use hashmap deserializer for generic_link options (#5157)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-02 09:46:20 +00:00
3bbdfb5a1c refactor(router): changed payment method token TTL to api contract based config from const value (#5115)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-02 08:19:45 +00:00
ee9190bf4f feat(router): collect billing details from wallet connector based on the collect_billing_details_from_wallet_connector field (#5065)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-02 07:54:50 +00:00
045e9742bd fix(auth_methods): Add checks for duplicate auth_method in create API (#5161) 2024-07-02 07:50:09 +00:00
ff14e79adf fix(router): rename the browser name header to x-browser-name (#5162) 2024-07-01 14:59:54 +00:00
ecb8cafaed fix(router): mark retry payment as failure if connector_tokenization fails (#5114) 2024-07-01 14:37:41 +00:00
af2497b501 fix(connector): [Paypal] dispute webhook deserialization failure (#5111)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-01 12:16:13 +00:00
9fc525d498 feat(analytics): Add v2 payment analytics (payment-intents analytics) (#5150)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-01 12:15:46 +00:00
8a33bd5e73 refactor(connector): Add amount conversion framework to iatapay along with amount conversion code to connector template (#4866)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-07-01 11:20:29 +00:00
ecc6c00d4a feat(payment_link): add multiple custom css support in business level (#5137)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-07-01 10:59:06 +00:00
1b8946321b feat(connector): [Bambora Apac] Template for integration (#5062) 2024-07-01 10:58:36 +00:00
Noa
2688d24d49 feat(tls): add support for https in actix web (#5089)
Co-authored-by: noagbmn <>
2024-07-01 10:35:40 +00:00
d2626fa3fe chore(cards): add configuration option to change the decryption scheme locker (#5140)
Co-authored-by: Shakthidhar Bhaskar <shakthidhar.bhaskar@juspay.in>
2024-06-28 09:38:07 +00:00
6df8f0646b refactor(hyperswitch_constraint_graph): Removal of lifetime from the Constraint Graph framework (#5132) 2024-06-28 09:36:47 +00:00
bb9a97154c feat(core): customer_details storage in payment_intent (#5007)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-28 09:36:19 +00:00
a172cba5d3 fix(connector): [ADYEN] send browser_info for all the card and googlepay payments (#5153) 2024-06-28 08:17:04 +00:00
6d9b37e8a2 fix(users): clear cookie and alter parsing for sso (#5147)
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
2024-06-28 07:47:21 +00:00
b08ce22108 refactor(connector): added amount framework to paypal, payouts and routing (#4865)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-28 06:31:15 +00:00
57055ecab2 chore: use generic phone numbers instead (#5142) 2024-06-27 18:05:56 +00:00
d4dba55fed feat(router): skip apple pay session call if the browser is not Safari (#5136) 2024-06-27 12:38:07 +00:00
9c49ded104 fix(opensearch): show search results only if user has access permission to the index (#5097)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Abhishek Kanojia <89402434+Abhitator216@users.noreply.github.com>
2024-06-27 07:36:31 +00:00
eb6afd66f2 feat(users): add endpoint for terminate auth select (#5135) 2024-06-26 16:21:40 +00:00
ce7d0d427d feat(users): implemented openidconnect (#5124)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-26 13:45:55 +00:00
ed021c1d99 feat(router): add payments manual-update api (#5045)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-26 13:40:09 +00:00
1c464acc56 refactor(connector): [AdyenPlatform]Throw 4xx instead of 5xx for source_balance_account (#4990) 2024-06-26 13:28:04 +00:00
cd5a1a34c5 feat: realtime user analytics (#5098)
Co-authored-by: Sampras Lopes <Sampras.lopes@juspay.in>
2024-06-26 11:53:39 +00:00
86f4060d33 refactor(connector): added amount conversion framework for cashtocode (#4857)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-26 11:18:17 +00:00
4ccd25d0dc feat(email): Add auth_id in email types and send auth_id in email URLs (#5120)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-26 09:48:23 +00:00
e69a7bda52 refactor(connector): add amount framework to payme & Trustpay with googlePay, ApplePay for bluesnap, Noon & Trustpay (#4833)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2024-06-26 09:14:48 +00:00
ffe90a4112 fix(connector): [BOA/CYBS] make risk information message optional (#5107) 2024-06-26 06:23:07 +00:00
9e4b2d1c11 refactor: separate DB queries and HTML creation for payout links (#4967)
Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local>
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local>
Co-authored-by: Srujan chikke <chikke.srujan@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local>
2024-06-25 14:07:10 +00:00
7c639bf878 feat(router): updated last_used_at field for apple pay and google pay for CITs (#5087) 2024-06-25 13:12:47 +00:00
ea74f3e537 fix(payment_methods): use existing field value of nick_name in db if not sent during request (#5105) 2024-06-25 09:57:15 +00:00
ff84d78c65 feat(router): add support for googlepay step up flow (#2744)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-24 14:09:50 +00:00
b7bf457d0c fix(access_token): use merchant_connector_id in access token (#5106) 2024-06-24 14:06:13 +00:00
10e9121341 feat: added kafka events for authentication create and update (#4991)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-24 12:40:50 +00:00
8ceaaa9e3d feat(users): Decision manager flow changes for SSO (#4995)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-24 12:18:50 +00:00
e658899c14 refactor(core): introduce an interface to switch between old and new connector integration implementations on the connectors (#5013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-24 09:40:34 +00:00
b87840595d refactor(events): populate object identifiers in outgoing webhooks analytics events during retries (#5067) 2024-06-24 07:26:19 +00:00
9caabeff86 Refactor: [Fiserv] Remove Default Case Handling (#4767) 2024-06-24 07:23:10 +00:00
a71fe033e7 fix(router): avoid considering pre-routing results during perform_session_token_routing (#5076)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-21 17:09:22 +00:00
6a07e10af3 refactor(redis): spawn one subscriber thread for handling all the published messages to different channel (#5064) 2024-06-21 11:31:52 +00:00
2005d3df9f feat(users): setup user authentication methods schema and apis (#4999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
2024-06-21 10:59:17 +00:00
5cde7ee034 feat(payment_methods): Implement Process tracker workflow for Payment method Status update (#4668)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-21 08:51:14 +00:00
d98293ae9a fix(payment_methods): support last used for off session token payments (#5039) 2024-06-20 13:43:57 +00:00
6f58b4efbd refactor(connector): [Mifinity]dynamic fields for mifinity (#5056) 2024-06-20 12:13:58 +00:00
c9bfb89f7e refactor(payment_method): [Klarna] store and populate payment_type for klarna_sdk Paylater in response (#4956) 2024-06-20 11:54:32 +00:00
84bed81def refactor: introduce ConnectorIntegrationNew and add default implementation for each Connector (#4989)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-20 10:24:48 +00:00
e486641c97 Refactor(core): reverts the payment method list filtering using constraint graph (#5044)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-06-19 14:55:29 +00:00
7d46afd985 feat(router): add payment method type duplication check for google_pay (#5023) 2024-06-19 12:32:30 +00:00