4440 Commits

Author SHA1 Message Date
a48caef836 feat: token flow for wallet (#388) 2023-01-17 14:11:58 +05:30
e1590e7bf8 feat(connector): add support for capture, void, psync, refund and rsync for cybersource (#381) 2023-01-17 13:55:51 +05:30
d08c35c77c refactor(router): move fp_utils module to common_utils crate (#391)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-01-17 13:27:05 +05:30
22f32cd4d7 feat(router): add generic merchant static routing config (#362) 2023-01-17 13:04:54 +05:30
72c4b06860 feat: add docs for PaymentsRequest & PaymentsResponse (#385) 2023-01-17 12:53:43 +05:30
a4eaa36034 feat(router): update OLTP/OLAP feature flags to be compatible with each other (#389) 2023-01-17 12:02:58 +05:30
8baa968ca2 refactor(adyen): use enums instead of strings for statuses (#320) 2023-01-17 11:50:32 +05:30
74f6d0025e chore: fix typos and introduce ci check (#390) 2023-01-17 11:38:47 +05:30
006e9a8892 feat(connector_integration): integrate Rapyd connector (#357) 2023-01-16 23:58:21 +05:30
9fbe738427 refactor(api_models): add created_at and updated_at fields in RefundResponse (#387) 2023-01-16 19:05:57 +05:30
902a8b5ee9 chore(router): add JWT to OLAP routes (#386) 2023-01-16 18:50:13 +05:30
a16fc653cf feature(connector): add support for worldline connector (#374) 2023-01-16 18:23:44 +05:30
d01634891e fix: changes in olap oltp separation (#383) 2023-01-16 17:28:54 +05:30
7a8ea2becf fix(klarna): payments failing because of failed deserialization (#363) 2023-01-16 16:41:37 +05:30
4e9fc244a9 build(deps): use utoipa crate upstream URL as git dependency (#378) 2023-01-16 14:42:32 +05:30
064c83eb78 chore: implement custom serializer for payment method list (#373) 2023-01-15 16:19:47 +05:30
6e15f5a990 feat(connector): implement authorize and capture flows for Fiserv (#266) 2023-01-15 16:03:06 +05:30
0a9e2f6930 fix: Restricting operation on redacted customer (#289) 2023-01-14 23:07:25 +05:30
50f16d270a chore: Allow to update refund reason (#372) 2023-01-14 22:57:36 +05:30
4e00b92dc1 feat(router): add more payment methods to vault (#333) 2023-01-14 20:48:45 +05:30
d64e5f2df3 fix(router): validate payment method data and type co-presence (#371) 2023-01-14 20:37:27 +05:30
491ed871d4 docs: update link to dashboard (#376) 2023-01-14 13:45:19 +05:30
55dba87651 feat(connector): add payment create, sync, capture, refund, void, rsync support for PayU (#351)
Co-authored-by: samraat bansal <samraat.bansal@samraat.bansal-MacBookPro>
2023-01-14 13:07:04 +05:30
89a1cd0885 chore: drop temp_card table and all associated items (#366) 2023-01-13 14:09:52 +05:30
ba5c3efc86 fix(router): better positioning for mandatory customer id conditions (#364) 2023-01-13 01:20:19 +05:30
5bb9e745d8 fix(connector): pass error message to response body instead of changing the context for required field validation (#365) 2023-01-13 00:33:43 +05:30
8c5eab8499 feat: separate olap oltp (#348) 2023-01-12 19:49:06 +05:30
6a211d6c29 fix: Fix error code being null in response (#361) 2023-01-12 18:17:19 +05:30
a77c183b13 feat(connector): add support for affirm through stripe (#355) 2023-01-12 17:30:21 +05:30
fab18346b6 fix: fix some todo's in core (#360) 2023-01-12 17:16:51 +05:30
a90dcb43f9 chore(errors): cleanup unused ApplicationError variants (#356) 2023-01-12 16:36:30 +05:30
87f0537743 fix(gpay): send merchant info field (#358) 2023-01-12 15:51:32 +05:30
0324e7d635 fix(checkout): fix payment status mapping (#343) 2023-01-11 22:17:19 +05:30
91b61baccb fix(router): ApiKeyAuth or PublishableKeyAuth (#354) 2023-01-11 21:02:46 +05:30
4fdc768081 feat(connector): add payment create, sync, capture, refund, void, rsync support for globalpay (#322) 2023-01-11 19:33:07 +05:30
1e04719ac3 fix(refunds): removed payment_id as mandatory parameter in refund update (#338) 2023-01-11 18:42:51 +05:30
c73576c41b fix(braintree): map settling status to charged (#345) 2023-01-11 18:12:23 +05:30
ecacefd298 feat(router): Added JWT authentication (#346) 2023-01-11 17:28:40 +05:30
c5cf63b775 fix(connector): adyen cancel (#339) 2023-01-11 16:43:25 +05:30
534e03b393 feat: Filter payment methods based on payment (#331) 2023-01-11 16:27:10 +05:30
b090e421e4 fix: fix refund amount in RefundNew (#349) 2023-01-11 16:13:36 +05:30
d4c4a09d14 feat(router_env): add sampling_rate for traces (#335) 2023-01-11 16:02:57 +05:30
182e51f1e1 router_derive: fix: Use compile_error instead of panic (#332) 2023-01-11 15:50:01 +05:30
76ad42cc30 revert: serialize with camelCase for gpay token (#328) 2023-01-11 15:25:11 +05:30
35f6af1a3d build(deps): update deps (#342) 2023-01-11 13:07:13 +05:30
5809408cf9 feat(session): ability to request session token for specific wallets (#280)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-01-11 12:47:52 +05:30
9ad56703c4 fix: refund fix with connector_metadata (#330) 2023-01-10 19:24:19 +05:30
3cdf50c942 refactor: Replace Bach with Application on every naming (#292) 2023-01-10 18:07:32 +05:30
aaf7088afc chore: Add cancellation reason to response (#329) 2023-01-10 17:33:12 +05:30
59573efe91 refactor(router): Refactored Authentication (#327) 2023-01-10 15:06:34 +05:30