2279 Commits

Author SHA1 Message Date
683c1b81c5 feat(connect): [NMI] Use connector_response_reference_id as reference to merchant (#2702)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2024-02-06 05:54:43 +00:00
c2eecce1e8 feat(connector): [Adyen] Use connector_request_reference_id as reference to Payments (#3547) 2024-02-05 12:33:19 +00:00
a0fcef3f04 fix(connector): [NMI] Handle empty response in psync and error response in complete authorize (#3548) 2024-02-05 12:21:00 +00:00
a9c0d0c554 fix: return currency in payment methods list response (#3516) 2024-02-05 10:48:55 +00:00
be22d60dda fix(router): handle empty body parse failures in bad request logger middleware (#3541) 2024-02-05 10:07:07 +00:00
0d5cd711b2 fix: add profile_id in dispute (#3486)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-05 06:49:12 +00:00
91519d8462 refactor: rename kms feature flag to aws_kms (#3249)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-02 10:18:29 +00:00
d283053e5e fix: add outgoing checks for scheduler (#3526) 2024-02-02 09:49:08 +00:00
cf0e0b330e feat(user): add support for resend invite (#3523)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-02 09:34:49 +00:00
892b04f805 refactor(connector): [Noon] change error message from not supported to not implemented (#2849)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2024-02-02 07:46:29 +00:00
78fdad218c fix(core): fix mandate_details to store some value only if mandate_data struct is present (#3525) 2024-02-01 16:38:58 +00:00
13be7e6f87 fix(logging): add an end log line for LogSpanInitializer (#3528) 2024-02-01 14:08:38 +00:00
1828ea6187 refactor(connector): [CYBERSOURCE] Remove default case for Cybersource (#2705)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2024-02-01 13:07:44 +00:00
54fb61eeeb feat: add healthcheck for outgoing request (#3519)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-02-01 11:44:09 +00:00
170e10cb8e feat: add deep health check for scheduler (#3304)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2024-02-01 11:14:13 +00:00
b7c0f9aa09 refactor(connector): [Adyen] change expiresAt time from string to unixtimestamp (#3506)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-31 17:07:47 +00:00
7251f6474f refactor(connector): [Paypal] Change error message from NotSupported to NotImplemented (#2877)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2024-01-31 14:33:44 +00:00
94cd7b6897 feat(dashboard_metadata): Add email alert for Prod Intent (#3482)
Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-31 12:00:02 +00:00
90a24625ce chore(connector_events_fields): added refund_id, dispute_id to connector events (#3424)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2024-01-31 11:39:35 +00:00
757534104e refactor(connector): [NMI] change error message from not supported to not implemented (#2848)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2024-01-31 11:37:29 +00:00
7f2c434bd2 feat(pm_list): add required fields for google pay (#3196)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2024-01-31 09:31:54 +00:00
db3d53ff1d feat(users): Add merchant_id in EmailToken and change user status in reset password (#3473) 2024-01-31 08:28:37 +00:00
7597f3b692 feat: add deep health check for analytics (#3438)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-31 07:31:15 +00:00
e331d2d556 feat(users): Added blacklist for users (#3469)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-31 07:19:09 +00:00
20568dc976 fix(connector): [Trustpay] add merchant_id in gpay session response for trustpay (#3471) 2024-01-31 06:24:25 +00:00
610c1c5752 fix(user): change permission for sample data (#3462) 2024-01-30 14:45:47 +00:00
224c1cf2a4 fix(connector): [BOA/Cybersource] Handle Invalid Api Secret (#3485) 2024-01-30 13:28:33 +00:00
d2accdef41 refactor(core): restrict requires_customer_action in confirm (#3235) 2024-01-30 11:46:02 +00:00
b5bc8c4e7c feat(connector): [noon] add revoke mandate (#3487) 2024-01-30 11:45:04 +00:00
864a8d7b02 feat(connector): [Stripe] Metadata to connector metadata mapping (#3295)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 11:36:31 +00:00
ac491038b1 fix(logging): add flow to persistent logs fields (#3472) 2024-01-30 10:55:11 +00:00
a7bc8c655f refactor(payment_link): segregated payment link in html css js files, sdk over flow issue, surcharge bug, block SPM customer call for payment link (#3410)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Kashif <kashif.dev@protonmail.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2024-01-30 10:42:01 +00:00
b2afdc3546 feat(connector): [Bluesnap] Metadata to connector metadata mapping (#3331)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 08:58:29 +00:00
3d55e3ba45 feat(pm_list): add required fields for sofort (#3192)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2024-01-30 08:56:55 +00:00
87191d687c refactor(settings): make the function to deserialize hashsets more generic (#3104) 2024-01-30 08:55:59 +00:00
a9638d118e refactor: add support for extending file storage to other schemes and provide a runtime flag for the same (#3348)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 07:46:03 +00:00
937aea906e chore(analytics): adding dispute id to api log events (#3450) 2024-01-30 07:23:58 +00:00
d6807abba4 chore(analytics): adding status code to connector Kafka events (#3393)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sampras lopes <lsampras@pm.me>
2024-01-30 07:13:56 +00:00
d91da89065 feat(users): Signin and Verify Email changes for User Invitation changes (#3420)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 07:13:13 +00:00
02074dfc23 feat(core): update card_details for an existing mandate (#3452)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-30 07:05:42 +00:00
7d8d68faba refactor(openapi): move openapi to separate crate to decrease compile times (#3110)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
Co-authored-by: Sahkal Poddar <sahkalplanet@gmail.com>
Co-authored-by: Amisha Prabhat <55580080+Aprabhat19@users.noreply.github.com>
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
Co-authored-by: Aprabhat19 <amishaprabhat@gmail.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2024-01-29 10:50:43 +00:00
dd0d2dc2dd feat(router): add request_details logger middleware for 400 bad requests (#3414)
Co-authored-by: Sampras lopes <lsampras@pm.me>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-29 10:00:35 +00:00
66cd5b2fc9 refactor(connector): use utility function to raise payment method not implemented errors (#1871)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2024-01-25 15:04:52 +00:00
5ab44377b8 refactor(payouts): Propagate Not Implemented error (#3429)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-25 13:47:00 +00:00
a59ac7d5b9 feat(user): support multiple invites (#3422)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-25 13:24:13 +00:00
ec859eabbf fix(connector): [HELCIM] Handle 4XX Errors (#3458) 2024-01-25 10:46:03 +00:00
d827c9af29 fix(connector): Use ConnectorError::InvalidConnectorConfig for an invalid CoinbaseConnectorMeta (#3168)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2024-01-25 09:48:02 +00:00
d5e9866b52 feat(core): Add outgoing webhook for manual partial_capture events (#3388) 2024-01-25 09:41:10 +00:00
c2946cfe05 feat(logging): add a logging middleware to log all api requests (#3437) 2024-01-25 07:26:20 +00:00
47fbe486ce feat(core): [CYBERSOURCE] Add original authorized amount in router data (#3417)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
2024-01-25 07:13:48 +00:00