3383 Commits

Author SHA1 Message Date
ac75335276 feat(connector): [Deutschebank] Implement Card 3ds (#6844)
Co-authored-by: Debarshi Gupta <debarshi.gupta@Debarshi-Gupta-CM92YWDXFD.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-13 11:19:50 +00:00
6a1f5a8875 feat(payment_methods_v2): add payment methods list endpoint (#6938)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-13 09:37:19 +00:00
7b306a9015 feat(connector): [Novalnet] Add zero auth mandate (#6631) 2025-01-10 09:16:37 +00:00
d850f17b87 feat(router): add support for relay refund incoming webhooks (#6974)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-10 07:38:36 +00:00
9c983b68bd fix(dummyconnector): add tenant id in dummyconnector requests (#7008)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-09 09:11:38 +00:00
d04e840c95 feat(users): handle edge features for users in tenancy (#6990) 2025-01-08 09:07:02 +00:00
b46a921ccb chore(dynamic-fields): [Worldpay] update dynamic fields for payments (#7002)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-08 07:49:14 +00:00
d2212cb7ea fix: consider status of payment method before filtering wallets in list pm (#7004) 2025-01-07 22:37:46 +05:30
c4d36b506e feat(core): add columns unified error code and error message in refund table (#6933) 2025-01-07 07:31:17 +00:00
6b1e5b0aec feat(connector): [Fiuu] Consume transaction id for error cases for Fiuu (#6998)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-07 07:30:26 +00:00
79013024ff chore(keymanager): add tenant-id to keymanager requests (#6968)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2025-01-06 15:07:20 +00:00
fce5ffa4e0 fix(cache): address in-memory cache invalidation using global tenant as key_prefix (#6976) 2025-01-03 07:50:45 +00:00
8092c1fd8f refactor(dynamic_routing): remove tenant-id prefixed in id field of dynamic routing grpc requests (#6949) 2024-12-30 07:28:00 +00:00
227c274ece feat(users): Add email domain based restriction for dashboard entry APIs (#6940) 2024-12-30 07:09:16 +00:00
e393a036fb feat(connector): [Fiuu] Consume error message thrown by connector for Psync flow and make extraP from response struct Secret (#6934) 2024-12-27 08:09:42 +00:00
cb12e3da1c fix(router): rename management_url to management_u_r_l in the apple pay session response (#6945) 2024-12-27 06:19:55 +00:00
d19c1a1963 refactor(payment_methods): update connector_mandate_details for card metadata changes (#6848) 2024-12-27 05:53:47 +00:00
10a43370e8 fix(router): populate profile_id in for the HeaderAuth of v1 (#6936)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-26 16:19:20 +05:30
d849403460 docs(openapi): update /relay request example (#6942) 2024-12-26 10:20:47 +00:00
2e472e3fee fix(payments_list): handle same payment/attempt ids for different merchants (#6917) 2024-12-24 13:01:43 +00:00
c5717a8147 refactor(core): remove merchant return url from router_data (#6895) 2024-12-24 11:26:38 +00:00
a423ff53d3 feat(router): add endpoint for listing connector features (#6612)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2024-12-24 09:07:19 +00:00
5e4eded8fa fix(wasm): remove chasenet from jpmorgan wasm as ChaseNet doesn’t exist in PMT (#6927)
Co-authored-by: Jeeva Ramachandran <jeeva.ramachandran@juspay.in>
2024-12-24 08:26:56 +00:00
9c3547fa8d fix(cors): expose all headers set by application in access-control-expose-headers header value (#6877) 2024-12-24 06:36:24 +00:00
44653850f0 fix(wasm): remove extra space from wasm for payment_method_type of JPMorgan (#6923) 2024-12-23 14:13:36 +00:00
6eabc824d6 fix(wasm): fix feature dependencies in connector_configs crate for WASM builds (#6832)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: Jeeva Ramachandran <jeeva.ramachandran@juspay.in>
2024-12-23 14:12:00 +00:00
0478731394 feat(router): add /retrieve api for relay (#6918) 2024-12-23 12:53:55 +00:00
95fcf2a44b feat(core): implemented platform merchant account (#6882)
Co-authored-by: Narayanbhat166 <narayan.bhat@juspay.in>
2024-12-23 12:53:22 +00:00
d4b3dbc155 feat(payments_v2): add payment method list endpoint (#6805)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-23 10:07:16 +00:00
1fc941056f fix(connector): [Cybersource] fix the required fields for wallet mandate payments (#6911)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
2024-12-23 09:11:42 +00:00
adcddd643c feat(connector): [JPMORGAN] add Payment flows for cards (#6668)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-GJQC9R9THR.local>
2024-12-22 17:43:11 +00:00
dc0a92dc10 refactor(grpc): send x-tenant-id and x-request-id in grpc headers (#6904)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-22 17:40:03 +00:00
24401bc16f feat(payment_methods_v2): Added Ephemeral auth for v2 (#6813)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-22 17:34:45 +00:00
573974b3a5 refactor(connector): [Airwallex] add device_data in payment request (#6881)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-22 17:31:51 +00:00
0f8b0b3bc8 feat(router): add db interface for /relay (#6879)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-22 17:11:28 +00:00
977cb704e7 feat(payments_v2): implement payments capture v2 (#6722)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-20 15:24:57 +00:00
22de8ad132 feat(router): add /relay endpoint (#6870)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-20 14:06:54 +00:00
9f2ce05b25 fix(connector): [STRIPE] fix stripe mandate (#6899) 2024-12-20 10:33:12 +00:00
492fd871a1 refactor(dynamic_routing): add col payment_method_type in dynamic_routing_stats (#6853) 2024-12-20 07:57:23 +00:00
5cdeaf8e60 refactor(customers_v2): include minor fixes for customer v2 flows (#6876) 2024-12-20 07:56:39 +00:00
dcd51a7fb8 fix(connector): Paypal BankRedirects (Ideal/EPS) (#6864) 2024-12-20 06:49:49 +00:00
f219b74cb6 fix(connector): [UNIFIED_AUTHENTICATION_SERVICE] change url path to pre_authentication_processing in pre-auth flow (#6885) 2024-12-19 13:38:30 +00:00
2d8af88204 refactor(users): move roles schema to global interface (#6862) 2024-12-19 13:04:04 +00:00
607424992a feat(payment_methods): add support to pass apple pay recurring details to obtain apple pay merchant token (#6770)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-19 13:03:09 +00:00
46aad503b0 feat(payments): [Payment links] Add config for changing button text for payment links (#6860)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-19 13:01:48 +00:00
092c79ec40 feat(core): added customer phone_number and email to session token response for click to pay (#6863)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-19 11:34:28 +00:00
c525c9f4c9 FEAT(klarna): Klarna Kustom Checkout Integration (#6839)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-19 07:41:44 +00:00
839e69df24 feat(users): handle email url for users in different tenancies (#6809) 2024-12-19 07:40:48 +00:00
db51ec43bc refactor(dynamic_routing): update the authentication for update config to include JWT type (#6785)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-12-18 08:58:11 +00:00
5c4de8a513 fix(payment_methods): card_network and card_scheme should be consistent (#6849) 2024-12-17 13:49:56 +00:00