386 Commits

Author SHA1 Message Date
b1685ba120 bugfix: populate failed status and add bank_redirect (#674) 2023-02-27 23:33:51 +05:30
7f22c22cf4 fix(compatibility): change next_action type and customer request type (#675) 2023-02-27 23:19:42 +05:30
5cdbef0489 bugfix(refunds): skip validate refunds for card (#672) 2023-02-27 19:01:11 +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
060c54193e fix(list): adding configuation changes for filtering pm based on countries & currencies (#669) 2023-02-27 17:12:57 +05:30
b80f19e248 fix(core): send metadata in payments response (#670) 2023-02-27 17:06:43 +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
7044b80b33 fix(compatibility): map stripe country_code to payment_request country code (#667) 2023-02-27 16:42:36 +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
12f25f057d feat(stripe): get error message for failed redirect payments (#615) 2023-02-26 11:16:59 +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
6a487b195b chore(connectors): log connector request and response at debug level (#624) 2023-02-25 13:23:53 +00:00
275155a84d refactor: add better log to parse struct (#621) 2023-02-25 13:17:47 +00:00
46f77d078b refactor(connector): remove peek() on PII info (#642)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-02-25 12:52:01 +00:00
d27e6be599 refactor: Pass country and currency as json format in MCA (#523) 2023-02-24 14:09:03 +00:00
32de632ded fix: add currency in verify request data (#619) 2023-02-24 12:46:24 +00:00
9d6e1c0a5d docs(api_models): fix typo (#634) 2023-02-24 12:45:24 +00:00
1b3b7f5bc6 enhance(router/webhooks): expose additional incoming request details to webhooks flow (#637) 2023-02-24 12:23:16 +00:00
aaf372505c feat: Add support for a redis pubsub interface (#614)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-23 12:34:19 +00:00
8ee097ea21 feat: applepay payment request object (#519) 2023-02-23 09:26:30 +00:00
63f9b6124d fix: add zero-padded formatting for error code (#627) 2023-02-22 08:19:17 +00:00
e8255b4ae2 refactor(redirection): From impl for redirection data for ease of use (#613) 2023-02-20 10:48:31 +00:00
7fd8221188 fix(router): allow setup future usage to be updated in payment update and confirm requests (#610) 2023-02-19 14:07:02 +00:00
c467a47aed refactor: use simple uuid instead of hyphens (#605) 2023-02-19 14:06:18 +00:00
626e467e54 refactor(core): make attempt id as mandatory in router_data (#604) 2023-02-19 14:01:47 +00:00
66563595df refactor: add payment_issuer and payment_experience in pa (#491) 2023-02-19 13:59:22 +00:00
c47619b5ea enhance(braintree): create basic auth for braintree (#602) 2023-02-19 13:46:40 +00:00
a8d6ce836a chore(release): port release bug fixes to main branch (#612)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-17 12:45:45 +00:00
effa7a00e9 bugfix(router): api keys path params (#609) 2023-02-17 09:33:54 +00:00
8a8767e9cb fix: allow errors with status code 200 to pass (#601) 2023-02-17 06:54:30 +00:00
e6408276b5 refactor(router): api-key routes refactoring (#600) 2023-02-16 13:08:24 +00:00
55b6d88a59 fix(checkout): Error Response when wrong api key is passed (#596)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
2023-02-16 13:01:45 +00:00
d107b44fd3 feat(api_models): add error structs (#532)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-16 09:19:14 +00:00
326d6bebe1 fix: don't call connector if connector transaction id doesn't exist (#525) 2023-02-15 10:06:56 +00:00
8d2e573a29 feat: add track_caller to functions that perform change_context (#592) 2023-02-15 08:58:07 +00:00
f1e3bf4895 refactor: Throw 500 error on database connection error instead of panic (#527) 2023-02-14 11:44:23 +00:00
aafb115acb fix: throw 500 error when redis goes down (#531) 2023-02-14 11:43:17 +00:00
eaf98e66bc refactor(router): appstate as trait in authentication (#588) 2023-02-14 07:00:08 +00:00
6c2a1fea9a refactor: send full payment object for payment sync (#526)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-02-13 18:48:07 +00:00
4884a24daf refactor(middleware): change visibility to pub (#587) 2023-02-13 12:13:59 +00:00
e4956820fd fix(router): feature gate openssl deps for basilisk feature (#536) 2023-02-11 08:40:58 +00:00
ff347193fe Add a base struct for api error responses (#524)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-02-10 14:12:08 +00:00
1bdc8955c2 feat(router): implement API endpoints for managing API keys (#511) 2023-02-10 08:50:57 +00:00
903b452146 fix(core): use guard for access token result (#522) 2023-02-10 08:37:57 +00:00
963cb528f5 feat: Impelement redis cache for MCA fetch and update (#515) 2023-02-10 07:46:41 +00:00
f6eac13b21 feat(connector): add afterpay, klarna, affirm support in adyen connector (#516) 2023-02-10 02:37:09 +05:30