3140 Commits

Author SHA1 Message Date
aecd5eea3d fix(multitenancy): consistently use tenant nomenclature everywhere (#6389) 2024-10-28 15:07:59 +00:00
925e4240e4 fix(connector): [Adyen] Add MYR currency config (#6442)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
2024-10-28 19:46:48 +05:30
e33340e70b fix(connector): [Novalnet] Remove webhook placeholder connector config (#6451) 2024-10-28 13:09:29 +00:00
cee84cdcfd fix(core): fix setup mandate payments to store connector mandate details (#6446) 2024-10-28 08:36:20 +00:00
a3ea62f885 feat: Add amount, currency and email to paze session response (#6412)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-25 13:01:31 +00:00
53075792b3 fix(router): Update request body for migrate-batch api (#6429)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-25 13:00:50 +00:00
2807622ba6 refactor(connector): added amount conversion framework for klarna and change type of amount to MinorUnit for OrderDetailsWithAmount (#4979)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
Co-authored-by: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com>
2024-10-25 12:59:44 +00:00
d58f706dc3 fix(analytics): fix refund status filter on dashboard (#6431) 2024-10-25 12:59:25 +00:00
b0d5c96b99 refactor(connector): [Paypal] Add support for passing shipping_cost in Payment request (#6423) 2024-10-25 12:58:57 +00:00
4647a2f6ae feat(connector): [Fiuu] Add support for cards recurring payments (#6361)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-25 12:54:22 +00:00
ce732db9b2 feat(euclid): add dynamic routing in core flows (#6333)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-25 11:08:38 +00:00
90765bece1 refactor(connector): add amount conversion framework to tsys (#6282)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
2024-10-25 10:57:11 +00:00
acd1530420 feat(connector): [PayU] Use connector_request_reference_id (#6360) 2024-10-25 10:56:45 +00:00
1d24b04596 feat(connector): [Novalnet] Integrate Applepay wallet token flow (#6409) 2024-10-25 10:28:15 +00:00
aaac9aa97d feat(router): Move organization_id to request header from request body for v2 (#6277)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2024-10-25 10:07:13 +00:00
e36ea184ae feat(sample_data): generate random disputes for sample data (#6341) 2024-10-25 08:15:28 +00:00
4105d98d7a feat(connector): [Rapyd] Use connector_request_reference_id (#6296)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
2024-10-25 08:13:09 +00:00
a845d46899 feat(connector): [Rapyd] Use connector_response_reference_id (#6302)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
2024-10-25 08:12:36 +00:00
8708a5cb8f chore: address Rust 1.82.0 clippy lints (#6401)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-24 15:36:07 +00:00
8e58b56b43 fix(core): populate billing_address for payment with pm_id (#6411) 2024-10-24 15:27:46 +00:00
ecaf700996 chore: Add samsung pay payment method support for cybersource (#6424) 2024-10-24 14:00:17 +00:00
842c4a2f47 fix(payment_methods): fix merchant payment method list to retain a mca based on connector_name and mca_id (#6408) 2024-10-24 13:39:06 +00:00
4a0afb8213 feat(authz): Create a permission generator (#6394)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-24 13:15:21 +00:00
ca325e969b fix(payments): filter total count by card-network value (#6397) 2024-10-24 13:12:23 +00:00
673b8691e0 feat(connector): [Novalnet] Integrate wallets Paypal and Googlepay (#6370)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-24 12:24:59 +00:00
4b569c9d5e feat(connector): [Airwallex] Use connector_response_reference_id as reference to merchant (#2747)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
Co-authored-by: Sakil Mostak <73734619+Sakilmostak@users.noreply.github.com>
2024-10-24 11:49:22 +00:00
c3b0f7c1d6 refactor(connector): add amount conversion framework to Wellsfargo (#6298) 2024-10-24 11:38:10 +00:00
fbe395198a refactor(connector): add amount conversion framework to Shift4 (#6250) 2024-10-24 11:37:04 +00:00
c7c1e1adab feat(payments_v2): add payment_confirm_intent api endpoint (#6263)
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: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
Co-authored-by: spritianeja03 <146620839+spritianeja03@users.noreply.github.com>
Co-authored-by: Spriti Aneja <spriti.aneja@juspay.in>
2024-10-24 10:40:01 +00:00
aee11c560e fix(deployment-config): remove invalid currencies from worldpay filters (#6400) 2024-10-23 13:51:03 +00:00
829a20cc93 refactor(connector): Move connectors Forte, Nexinets, Payeezy, Payu and Zen from Router to Hyperswitch Connector Trait (#6261)
Co-authored-by: Spriti Aneja <spriti.aneja@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-23 12:26:24 +00:00
af0aeeea53 fix(connector_config): include the payment_processing_details_at Hyperswitch option only if apple pay token decryption flow is supported for the connector (#6386) 2024-10-23 12:06:33 +00:00
5a10e5867a feat(router): add api_models and openapi changes for refunds create api v2 (#6385) 2024-10-23 11:23:46 +00:00
4ef48c39b3 feat(analytics): remove additional filters from PaymentIntentFilters (#6403) 2024-10-23 06:24:48 +00:00
3d1a3cdc8f refactor(connector): [WorldPay] propagate refusal codes as error code and messages (#6392) 2024-10-22 12:38:36 +00:00
e5710fa084 refactor(permissions): Remove permissions field from permission info API response (#6376) 2024-10-22 09:50:43 +00:00
d09a805c0a fix(mandates): Allow connector_mandate_detail updation in case of 'Authorized' Payments (#6379) 2024-10-21 13:53:35 +00:00
b93c849623 feat(connector): add 3DS flow for Worldpay (#6374)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-21 13:49:44 +00:00
b3ce373f8e refactor(router): Introduce ApiKeyId id type (#6324) 2024-10-21 13:49:31 +00:00
58296ffae6 refactor(connector): [WorldPay] migrate from modular to standard payment APIs (#6317)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-21 09:59:44 +00:00
2e6cd6d31e feat(opensearch): add additional global search filters and create sessionizer indexes for local (#6352) 2024-10-19 13:57:53 +00:00
ba6f7a817b fix(router): make x_merchant_domain as required value only for session call done on web (#6362)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-19 13:57:34 +00:00
91146de2a2 refactor(connector): add amount conversion framework to opayo (#6342)
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
2024-10-18 13:21:54 +00:00
368e6b5310 refactor(core): populate shipping_cost in payment response (#6351)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-18 13:19:04 +00:00
3cf6210176 refactor(connector): [Billwerk] Move connector Billwerk form Router to HyperswitchConnector Crate (#6266)
Co-authored-by: Spriti Aneja <spriti.aneja@juspay.in>
2024-10-18 13:18:47 +00:00
451376e799 refactor(connector): added amount conversion framework for Mollie (#6280) 2024-10-18 06:53:59 +00:00
fba4a027df refactor(users): Update Database connection for Read only functions (#6167) 2024-10-18 06:53:23 +00:00
e14a0fe8f2 fix(mandates): handle the connector_mandate creation once and only if the payment is charged (#6327) 2024-10-17 19:29:13 +05:30
1a3d0a60f4 fix(router): set the eligible connector in the payment attempt for nti based mit flow (#6347) 2024-10-17 13:30:05 +00:00
962afbd084 feat(worldpay): migrate to v7 (#6109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-10-17 10:21:59 +00:00