545 Commits

Author SHA1 Message Date
71c39bdaa3 feat(connector): [Zen] add Cards 3DS, Non-3DS, GooglePay, ApplePay and Webhooks support (#962)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-04-25 14:44:29 +00:00
2f378345aa fix: different parent payment method token for different payment me… (#982) 2023-04-25 17:32:07 +05:30
57327b8297 refactor(db): remove connector_transaction_id from PaymentAttemptNew (#949) 2023-04-25 07:21:43 +00:00
20bea23b75 feat(connector): add 3ds for Bambora and Support Html 3ds response (#817)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: shankar singh <shankar.singh@shankar.singh-MacBookPro>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-24 19:36:12 +00:00
bdf1e5147e feat(router): added dispute accept api, file module apis and dispute evidence submission api (#900)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-24 19:35:21 +00:00
bcbf4c882c feat(compatibility): add refund retrieve endpoint which accepts gateway creds (#958) 2023-04-24 19:34:44 +00:00
40898c0ac9 refactor(api_keys): use merchant_id and key_id to query the table (#939)
Signed-off-by: Chethan <chethan.rao@juspay.in>
2023-04-24 19:34:18 +00:00
ab7fc23a7b fix(stripe): add setup intent sync for stripe (#953)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-24 19:33:28 +00:00
13185999d5 feat(Core): gracefully shutdown router/scheduler if Redis is unavailable (#891)
Co-authored-by: prajjwal kumar <prajjwal.kumar@prajjwalkumar-DWKH9NPY4R.local>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-24 07:38:00 +00:00
85c7629061 fix(connector): fix adyen unit test (#957) 2023-04-22 08:24:16 +00:00
f624eb52d6 feat(core): [Stripe] add bank debits payment method to stripe (#906) 2023-04-21 08:19:20 +00:00
c1a25b30bd feat(connector): [Nuvei] add support for bank redirect Eps, Sofort, Giropay, Ideal (#870)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-21 07:21:06 +00:00
a475a76db6 feat(connector) : add PayPal wallet support for Paypal (#893)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-04-20 21:24:29 +00:00
e161d92c58 enhan(errors): make StorageErrorExt generic on errors (#928) 2023-04-20 21:23:18 +00:00
d23e14c57a feat: support gpay and applepay session response for all connectors (#839)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-20 21:22:40 +00:00
465933ba72 feat(router): add support for filtering PaymentMethodTypes at a session (#883)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-04-20 21:22:04 +00:00
93b69e74b4 feat: add relevant ids for payment calls & make json logs (#908) 2023-04-20 21:21:47 +00:00
1f151ba15a feat(date_time): add created_at and modified_at to merchant related tables (#925) 2023-04-20 21:21:22 +00:00
22cee8cdd9 fix(connector): [coinbase] update cancel status on user cancelling the payment (#922) 2023-04-20 21:21:08 +00:00
3fce140703 feat(connector): [Checkout] add GooglePay, ApplePay and Webhooks support (#875)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-20 21:20:49 +00:00
304081cbad feat(router): add new payment methods for Bank redirects, BNPL and wallet (#864) 2023-04-20 21:20:29 +00:00
e4d0dd0a38 chore: fix error message for deserialization (#885) 2023-04-20 21:20:13 +00:00
afeb83194f fix(connector): fix adyen unit test (#931) 2023-04-20 17:40:49 +05:30
171c412056 chore(dependencies): Update dependencies for router packages (#902) 2023-04-18 17:16:51 +00:00
dee5f6156a feat(connector) : add template code for connector nexinets (#852)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-04-18 07:45:17 +00:00
29999fe51a feat(connector): [Shift4] add support for card 3DS payment (#828) 2023-04-17 19:31:15 +00:00
ffaa8da0d2 refactor: use lowercase names for run environment and config files (#801) 2023-04-17 19:03:01 +00:00
b4020294cc refactor(storage_models, errors): impl StorageErrorExt for error_stack::Result<T, errors::StorageError> (#886) 2023-04-17 18:31:13 +00:00
298a0a4956 feat(connector): [Nuvei] add support for card mandates (#818)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-17 18:30:54 +00:00
f57289551c fix(connector): [coinbase] make metadata as option parameter (#887)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-04-17 18:30:44 +00:00
7a581a669c feat(connector) : add template code for connector forte (#854) 2023-04-17 18:30:16 +00:00
e1c8e9a31c enhan(payments) : make TokenizationAction clonable (#895) 2023-04-17 18:30:05 +00:00
ba013026a7 fix: Update events table after notifying merchant (#871) 2023-04-17 18:29:54 +00:00
8905e66340 refactor(router): KMS decrypt secrets when kms feature is enabled (#868)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-04-17 18:29:39 +00:00
bc38bc47d8 Frm integration with hyperswitch (#857)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
2023-04-17 18:28:31 +00:00
fa44c1f602 fix(stripe): remove cancel reason validation for stripe (#876) 2023-04-17 18:28:18 +00:00
fc2e4514a3 feat(bank_redirects): modify api contract for sofort (#880) 2023-04-17 18:28:09 +00:00
456c16fb72 refactor: derive Serialize and Deserialize to Country enum (#882)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-17 18:27:57 +00:00
b12762e776 fix: duplication check fix in basilisk-hs (#881) 2023-04-14 16:30:52 +05:30
396d24fe05 fix(merchant_account): change primary_business_details to vec in update (#877) 2023-04-14 12:40:46 +05:30
5e9d7d6b53 fix: redis deserialization issue in tokenization call (#878) 2023-04-14 12:40:09 +05:30
cf902f19e5 feat(core): add backwards compatibility for multiple mca (#866) 2023-04-13 11:34:36 +00:00
56952f281c feat(connector) : add authorize,capture,void,refunds and mandates for payeezy (#800)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-04-13 10:36:27 +00:00
0d047e08f9 refactor(Tokenization): remove ConnectorCallType from tokenization call (#862) 2023-04-13 08:44:42 +00:00
acab7671b0 feat(router): added dispute retrieve and dispute list apis (#842)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-13 08:34:49 +00:00
d1d58e33b7 feat(connector): [Airwallex] add multiple redirect support for 3DS (#811)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-04-13 08:10:30 +00:00
01bc162d25 build(deps): bump fred from 5.2.0 to 6.0.0 (#869) 2023-04-13 07:58:51 +00:00
01f86c499d feat(router): separate straight through algorithm in separate column in payment attempt (#863) 2023-04-12 12:57:17 +00:00
1b94d25f66 refactor(router_env): improve logging setup (#847) 2023-04-11 14:14:48 +00:00
ce912dd852 feat(connector) : [Globalpay]add mandates and bank redirects support for globalpay (#830)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-04-11 12:16:01 +00:00