423 Commits

Author SHA1 Message Date
abedaae4e8 feat: add in-memory cache support for config table (#751) 2023-03-21 11:56:48 +00:00
568bf01a56 feat(router): add support for stateful straight through routing (#752) 2023-03-21 11:56:37 +00:00
5b5557b71d feat: compile time optimization (#775) 2023-03-21 09:42:44 +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
d302b286b8 feat(router): adding metrics for tracking behavior throughout the router crate (#768) 2023-03-21 05:33:03 +00:00
6c008ae695 feat(connector): Add support to provide connector_payment_meta for capture and void request (#770) 2023-03-20 08:10:00 +00:00
a392fb165d refactor: get connection pool based on olap/oltp features (#743) 2023-03-20 06:05:10 +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
58106d91f0 refactor(metrics): use macros for constructing counter and histogram metrics (#755) 2023-03-15 20:57:38 +00:00
5ae2f63fbb bugfix: card_fingerprint not sent by basilisk_hs (#754) 2023-03-15 18:37:40 +00:00
a3ff2e8d4f refactor(kms): share a KMS client for all KMS operations (#744) 2023-03-15 16:23:38 +00:00
db3d31647a feat: Time based deletion of temp card (#729) 2023-03-15 11:54:35 +00:00
b5b3d57c4c feat: populate fields from payment attempt in payment list (#736) 2023-03-15 08:53:04 +00:00
ec2b1b18fd feat(connector): Add support for complete authorize payment after 3DS redirection (#741) 2023-03-15 08:48:17 +00:00
7f5e5d8605 feat: add generic in-memory cache interface (#737) 2023-03-14 12:18:46 +00:00
13a8ce8ebc feat(connector): add webhook support for worldline connector (#721) 2023-03-14 09:06:27 +00:00
585618e51d refactor: Basilisk hs integration (#704)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-03-14 07:52:07 +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
1756d1c453 refactor(client): simplify HTTP client construction (#731) 2023-03-10 11:38:48 +00:00
7ed665ecec feat: Add HSTS headers to response (#725) 2023-03-10 09:19:58 +00:00
c085e460be refactor(client): remove dependence on ROUTER_HTTP_PROXY and ROUTER_HTTPS_PROXY env vars (#730) 2023-03-10 09:10:22 +00:00
1ffabb4063 chore: address Rust 1.68 clippy lints (#728) 2023-03-10 07:26:37 +00:00
cd1c540906 feat(connector): [Fiserv] add Refunds, Cancel and Wallets flow along with Unit Tests (#593)
Co-authored-by: samraat bansal <samraat.bansal@samraat.bansal-MacBookPro>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-09 11:30:10 +00:00
afd08d42c7 refactor(authentication): authenticate merchant by API keys from API keys table (#712) 2023-03-08 09:04:22 +00:00
1a27facaa7 feat: cache reverse lookup fetches on redis (#719) 2023-03-08 07:38:51 +00:00
d36afbed7f refactor: Add secret to metadata (#706) 2023-03-08 07:35:07 +00:00
468aa87fb9 fix(kms): log KMS SDK errors using the Debug impl (#720) 2023-03-08 07:21:17 +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
9062dc80ec docs(openapi): document path parameters for API keys endpoints (#702) 2023-03-05 15:40:28 +00:00
3a3b33ac17 refactor(api_keys): use a KMS encrypted API key hashing key and remove key ID prefix from plaintext API keys (#639)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-05 15:38:48 +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
e1afeb6426 feat(session_token): create session token only if pmt is enabled (#703) 2023-03-02 11:27:50 +00:00
9fe2093215 bugfix: use connector error handler for 500 error messages. (#696) 2023-03-02 11:16:27 +00:00
d622b7438e fix: Populate amount_captured in case of success (#700) 2023-03-02 07:19:12 +00:00
3e88319222 fix(connector): convert cents to dollar before sending to connector (#699)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-01 18:23:10 +00:00
7bd2008ae0 refactor(router): remove foreign wrapper type (#616)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: rupakrajak <43450369+rupakrajak@users.noreply.github.com>
Co-authored-by: Zaid <syed.zaidali@juspay.in>
Co-authored-by: Rajak Rupakkumar Asishkumar <rajak.rupakkumar@juspay.in>
2023-03-01 18:18:26 +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
adca6bcac3 feat(list): global filter mapping for payment methods via card network (#694) 2023-03-01 11:20:13 +00:00
1a8753485c fix(connector): fix wordline card number validation issue (#695) 2023-03-01 10:38:11 +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
cf71d7aa3b fix(customer): populate email from customer table if not present in request (#692) 2023-02-28 22:54:27 +05:30