132 Commits

Author SHA1 Message Date
4524d4f5b4 feat(api_models): derive strum::Display for RefundStatus (#846) 2023-04-06 13:40:31 +00:00
36049c1341 feat(connector): add authorize, capture, void, psync, refund, rsync for PayPal connector (#747)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-06 13:36:43 +00:00
f26a632cdb added field frm_configs to MerchantConnectorAccount (#831)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-06 11:42:20 +00:00
6d7b11a0f0 feat(middleware): add middleware to attach default response headers (#824) 2023-04-04 05:56:05 +00:00
e18bfb2ae1 enhance(core): replace string with enum for country (#735) 2023-03-30 16:15:38 +00:00
f14f87a106 deps(api_models): put the errors module behind a feature flag (#815) 2023-03-30 09:43:34 +00:00
a733eafbbe feat(router): added incoming dispute webhooks flow (#769)
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-03-29 22:55:54 +00:00
b15b8f7b43 feat: cards info api (#749)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-28 19:04:58 +05:30
20b4372bfe feat(connector): [Nuvei] add webhook support (#795)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-03-28 18:56:32 +05:30
f9ef3135af refactor(api_models): enhance accepted countries/currencies types (#807) 2023-03-28 11:31:02 +00:00
568bf01a56 feat(router): add support for stateful straight through routing (#752) 2023-03-21 11:56:37 +00:00
cb188f92a6 feat(core): accept gateway credentials in the request body in payments and refunds (#766) 2023-03-21 09:07:41 +00:00
853dfa1635 feat(connector): [Trustpay] add webhooks (payment and refund events) (#746)
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-03-20 06:02:23 +00:00
661dd48ae5 refactor(merchant_account): add back api_key field for backward compatibility (#761) 2023-03-17 15:30:20 +05:30
168fa32fe1 feat(connector): add authorize, void, refund, psync, rsync support for mollie connector (#740)
Co-authored-by: pixincreate@work <pavananarayana01@gmail.com>
2023-03-16 07:13:01 +00:00
db3d31647a feat: Time based deletion of temp card (#729) 2023-03-15 11:54:35 +00:00
8b7ae9c356 refactor: Add service_name to get and delete request (#738) 2023-03-14 07:48:40 +00:00
e102cae76c feat(connector): [Trustpay] add authorize (cards 3ds, no3ds and bank redirects), refund, psync, rsync (#717)
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-03-13 11:53:39 +00:00
230fcdd4e1 chore(merchant_account): remove api_key field (#713) 2023-03-13 09:01:20 +00:00
16bc886c77 build(deps): update deps (#734) 2023-03-13 09:00:53 +00:00
7ed665ecec feat: Add HSTS headers to response (#725) 2023-03-10 09:19:58 +00:00
d36afbed7f refactor: Add secret to metadata (#706) 2023-03-08 07:35:07 +00:00
9841519324 docs: Update naming conventions and added examples (#709)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-03-06 11:23:32 +00:00
45484752a2 fix(errors): use Debug impl instead of Display for error types wrapping error_stack::Report (#714) 2023-03-05 15:42:59 +00:00
7916050450 feat(compatibility): add webhook support for stripe compatibility (#710) 2023-03-05 13:28:04 +00:00
a8da583bca refactor: rename statement descriptor to statement descriptor name (#711) 2023-03-04 05:55:46 +00:00
641c4d6d02 enhance(stripe): send statement descriptor to stripe (#707) 2023-03-03 08:44:02 +00:00
9fe2093215 bugfix: use connector error handler for 500 error messages. (#696) 2023-03-02 11:16:27 +00:00
ed2907e141 feat(router): serve OpenAPI docs at /docs (#698)
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-03-01 18:16:45 +00:00
c5fda7ac68 docs(openapi): document security schemes (#676)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-01 06:16:50 +00:00
4f4b9d7f5f api contract change for applepay (#693) 2023-02-28 19:14:16 +00:00
f12abbcef4 feat(router): added incoming refund webhooks flow (#683)
Co-authored-by: sai harsha <sai.harsha@sai.harsha-MacBookPro>
2023-02-28 19:15:25 +05:30
bfca26d9fd feat: store card network for cards (#687) 2023-02-28 18:30:03 +05:30
5c29f37ab2 fix(list): remove enabled payment methods from list customer payment … (#689) 2023-02-28 18:29:08 +05:30
718c8a423a fix(list): fix card network filtering (#684) 2023-02-28 16:39:35 +05:30
03096effcf feat: add support for ANG currency (#681) 2023-02-28 08:43:23 +00:00
79aa8f3d3d feat:H1083-L1-L3-L4-L5 [Payment Authorise and Sync] + [Refunds and Sync] + [Redirection Flow (BNPL)] + [3DS Payment and Sync] for MultiSafePay (#658)
Co-authored-by: Zaid <syed.zaidali@juspay.in>
Co-authored-by: Rajak Rupakkumar Asishkumar <rajak.rupakkumar@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-02-27 23:34:26 +00:00
0de5d44195 feat(connector): [Bambora] Add support for cards Authorize, psync, capture, void, refund, Rsync (#677) 2023-02-28 03:31:50 +05:30
576f8e1f2f feat(pm_list): support for sending bank names (#678)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2023-02-28 01:59:06 +05:30
b1685ba120 bugfix: populate failed status and add bank_redirect (#674) 2023-02-27 23:33:51 +05:30
db8bc16421 feat(card_network): add additional enum variants (#671) 2023-02-27 18:47:50 +05:30
ff86417eee feat: api contract change for wallet (#628) 2023-02-27 17:38:40 +05:30
222251a0e8 bugfix: populate empty hashmap and fix card_network filtering logic (#666)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-02-27 16:56:34 +05:30
a2616d87b1 refactor(pm_list): modify pm list to support new api contract (#657)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-02-26 19:21:29 +00:00
028e140144 feat(stripe): eps, giropay and ideal using stripe (#529)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-02-26 16:29:37 +00:00
301736fc25 refactor: Pass country and currency as json format in MCA (#656) 2023-02-26 12:48:57 +00:00
f3224cc4df chore: merging back release v0.3.0 back to main (#636) (#655)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-02-26 08:25:17 +00:00
7792de55ef feat(connector): add authorize, capture, void, refund, psync, rsync support for Dlocal connector (#650)
Co-authored-by: Venkatesh <inventvenkat@gmail.com>
2023-02-25 14:13:40 +00:00
d27e6be599 refactor: Pass country and currency as json format in MCA (#523) 2023-02-24 14:09:03 +00:00
9d6e1c0a5d docs(api_models): fix typo (#634) 2023-02-24 12:45:24 +00:00