36 Commits

Author SHA1 Message Date
a3f52bb456 feat(session_token): serialize with camelCase for gpay token (#324) 2023-01-09 16:56:48 +05:30
8cffdc96ca fix(core): fixed type metadata to accept other udf fields as well (#321) 2023-01-09 16:10:10 +05:30
3fe60b5a48 feat(openapi): automatically generate OpenAPI spec from code (#318)
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-01-09 16:09:49 +05:30
c807713a6f fix: Add locker_id in merchant account and sbx default locker (#276)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-09 15:49:17 +05:30
68f92797db feature(connector): add support for worldpay connector (#272) 2023-01-09 12:56:03 +05:30
e5330528fa feat: list of refunds (#284) 2023-01-06 14:33:30 +05:30
f2b88350a6 feat(router): add payment failed webhook event (#305) 2023-01-06 14:02:39 +05:30
f42ea8d4a4 feat(payment_methods): delete payment method using payment token (#258)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-03 11:11:23 +05:30
8535cecd7d fix: fixing TODO/FIXMEs from router/core (#257) 2022-12-29 16:05:42 +05:30
6123823523 feat(connector): Cybersource Authorize (#154)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2022-12-24 15:09:49 +05:30
e7579a4819 chore: add lints in workspace cargo config (#223) 2022-12-24 14:28:03 +05:30
a996f0d89b feat(connector): Add support for shift4 connector (#205) 2022-12-23 22:49:33 +05:30
279961e169 refactor: attempt and intent status (#210) 2022-12-23 19:28:06 +05:30
06a3c38bd4 feat(klarna): wallet payment through klarna (#182) 2022-12-23 00:59:18 +05:30
5477cc98ff fix: payment method bug fix (#194) 2022-12-23 00:58:13 +05:30
de30489ce3 fix: payment_id and client_secret in session response (#199) 2022-12-23 00:57:27 +05:30
e51c7664e3 refactor: change from connector name to wallet name (#208) 2022-12-23 00:55:36 +05:30
dd7e093fe3 fix: fixes to surface level mandate issues (#180) 2022-12-22 12:51:52 +05:30
cb28355459 feat: payment for paypal through braintree (#155) 2022-12-20 17:59:00 +05:30
87fed68519 db: Added Reverse lookup table (#147) 2022-12-19 18:50:05 +05:30
d6a3e508e2 feat(router): add straight-through routing connector selection in payments (#153) 2022-12-19 18:43:04 +05:30
50706bde77 feat(core): support for gpay session token creation (#152) 2022-12-19 13:38:03 +05:30
bf7f24125f feat: allow updating payment method details without authn/authz (#150) 2022-12-15 20:34:43 +05:30
a4d64eba7c refactor(api_models): shrink Amount (#140) 2022-12-14 18:33:30 +05:30
8b8ff8188f feat: Apple pay session flow integrate (#138) 2022-12-14 17:59:27 +05:30
1f0d1deb2b fix: todos and fixmes resolution for api_models (#144) 2022-12-14 17:49:48 +05:30
041654eabc feat(router): add connector to PaymentsResponse (#145) 2022-12-14 17:19:34 +05:30
bcf1dd3a24 refactor: use frunk deriving mechanisms to reduce boilerplate (#137)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2022-12-14 15:47:05 +05:30
ae8869318b feat: delete customer data in compliance with GDPR regulations (#64) 2022-12-13 19:39:32 +05:30
16cc0a4b38 refactor(core): make sessions token resposne enum (#135) 2022-12-13 18:50:52 +05:30
529c28feea fix: mandate_type change & unittests (#132) 2022-12-13 16:56:58 +05:30
97ccfd33b7 chore: add #[forbid(unsafe_code)] to all crates (#131) 2022-12-13 16:53:19 +05:30
695cba3dd8 feat: add card cvc and payment token handling (#116) 2022-12-13 16:36:57 +05:30
6bf9904867 feat(list_pm): allow client secret authentication for list payment method api (#126) 2022-12-13 14:03:33 +05:30
7dca6f1e5a feat(braintree): Sessions flow for braintree and klarna (#121) 2022-12-13 12:35:17 +05:30
d6afbe8011 refactor(router): move api models into separate crate (#103) 2022-12-12 15:36:45 +05:30