|
|
3ab71fbd5a
|
fix(user): add integration_completed enum in metadata type (#3245)
|
2024-01-05 08:40:26 +00:00 |
|
|
|
e79604bd46
|
fix(connector): [iatapay] change refund amount (#3244)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
|
2024-01-04 13:48:56 +00:00 |
|
|
|
6a1743ebe9
|
fix(core): fix recurring mandates flow for cyber source (#3224)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in>
|
2024-01-03 13:28:10 +00:00 |
|
|
|
0f72b5527a
|
fix(middleware): add support for logging request-id sent in request (#3225)
|
2024-01-03 09:23:10 +00:00 |
|
|
|
e06ba148b6
|
feat(connector): [CYBERSOURCE] Refactor cybersource (#3215)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-29 08:53:31 +00:00 |
|
|
|
18eca7e9fb
|
feat(connector): [BOA] Populate merchant_defined_information with metadata (#3208)
|
2023-12-27 13:04:51 +00:00 |
|
|
|
aefe6184ec
|
feat(customers): Add JWT Authentication for /customers APIs (#3179)
|
2023-12-26 12:07:27 +00:00 |
|
|
|
a51c54d39d
|
fix(connector): [Volt] Error handling for auth response (#3187)
|
2023-12-26 12:06:57 +00:00 |
|
|
|
a46b8a7b05
|
refactor(connector): [NMI] Include mandatory fields for card 3DS (#3203)
|
2023-12-26 12:06:33 +00:00 |
|
|
|
110d3d211b
|
feat(connector): [BOA/CYBERSOURCE] Populate connector_transaction_id (#3202)
|
2023-12-23 13:07:44 +00:00 |
|
|
|
86c2622135
|
fix(connector): [CYBERSOURCE] Display 2XX Failure Errors (#3201)
|
2023-12-22 14:46:58 +00:00 |
|
|
|
07fd9bedf0
|
fix(connector): [BOA] Display 2XX Failure Errors (#3200)
|
2023-12-22 14:08:58 +00:00 |
|
|
|
716a74cf84
|
fix(connector): [Iatapay] fix error response handling when payment is failed (#3197)
|
2023-12-22 17:28:44 +05:30 |
|
|
|
79a18e2bf7
|
fix(connector): [BOA/Cyb] Truncate state length to <20 (#3198)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-22 10:42:10 +00:00 |
|
|
|
25fd3d502e
|
feat(connector): [BOA] Implement apple pay manual flow (#3191)
|
2023-12-22 10:41:57 +00:00 |
|
|
|
b06a8d6e0d
|
fix(users): wrong user_role insertion in invite_user for new users (#3193)
|
2023-12-21 15:36:59 +00:00 |
|
|
|
15987cc81e
|
feat(router): make the billing country for apple pay as optional field (#3188)
|
2023-12-21 12:56:32 +00:00 |
|
|
|
c51c761677
|
fix(connector): [Trustpay] Use connector_request_reference_id for merchant reference instead of payment_id (#2885)
|
2023-12-21 11:14:37 +00:00 |
|
|
|
680ed603c5
|
fix(connector): [Paypal] remove shipping address as mandatory field for paypal wallet (#3181)
|
2023-12-21 07:03:36 +00:00 |
|
|
|
a5e141b542
|
fix(connector): Remove set_body method for connectors implementing default get_request_body (#3182)
|
2023-12-21 10:15:56 +05:30 |
|
|
|
1d80949bef
|
feat(connector): [BOA] Handle BOA 5XX errors (#3178)
|
2023-12-20 12:47:28 +00:00 |
|
|
|
e7949c23b9
|
refactor(core): fix payment status for 4xx (#3177)
|
2023-12-20 10:54:58 +00:00 |
|
|
|
b98e53d5cb
|
refactor(payment_methods): make the card_holder_name as an empty string if not sent (#3173)
|
2023-12-20 10:22:02 +00:00 |
|
|
|
cf47a65916
|
fix(events): add logger for incoming webhook payload (#3171)
|
2023-12-19 23:50:02 +05:30 |
|
|
|
396a64f3bb
|
feat(db): Implement AuthorizationInterface for MockDb (#3151)
|
2023-12-19 18:04:57 +00:00 |
|
|
|
30c14019d0
|
feat(connector): [NMI] Implement webhook for Payments and Refunds (#3164)
|
2023-12-19 14:41:31 +00:00 |
|
|
|
45ba128b6a
|
fix(connector): Connector wise validation for zero auth flow (#3159)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-19 13:30:22 +00:00 |
|
|
|
dc589d580f
|
fix(users): send correct user_role values in switch_merchant response (#3167)
|
2023-12-19 12:57:25 +00:00 |
|
|
|
d44daaf539
|
fix(connector): [NMI] Fix response deserialization for vault id creation (#3166)
|
2023-12-19 11:41:41 +00:00 |
|
|
|
0fa61a9dd1
|
fix(payment_link): added amount conversion to base unit based on currency (#3162)
|
2023-12-18 21:32:31 +05:30 |
|
|
|
e3589e641c
|
refactor(users): rename user_roles and dashboard_metadata columns (#3135)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
|
2023-12-18 11:10:26 +00:00 |
|
|
|
8e484ddab8
|
fix(connector): [BOA/CYBERSOURCE] Update error handling (#3156)
|
2023-12-18 10:29:00 +00:00 |
|
|
|
2d895be985
|
refactor(connector): [Cryptopay] change error message from not supported to not implemented (#2846)
|
2023-12-17 17:39:08 +00:00 |
|
|
|
3fc0e2d819
|
refactor(connector): [Forte] change error message from not supported to not implemented (#2847)
|
2023-12-17 17:38:43 +00:00 |
|
|
|
41b5a82baf
|
refactor(connector): [Helcim] change error message from not supported to not implemented (#2850)
|
2023-12-17 17:38:09 +00:00 |
|
|
|
cc12e8a243
|
refactor(router): [ACI] change payment error message from not supported to not implemented error (#2837)
|
2023-12-17 17:37:42 +00:00 |
|
|
|
7df45235b1
|
feat(connector): [NMI] Implement 3DS for Cards (#3143)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
|
2023-12-17 09:08:37 +00:00 |
|
|
|
5f53d84a8b
|
feat(connector): [CYBERSOURCE] Implement Apple Pay (#3149)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-17 08:40:50 +00:00 |
|
|
|
107c66fec3
|
feat(connector): [PlaceToPay] Implement Cards for PlaceToPay (#3117)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-17 07:55:53 +00:00 |
|
|
|
62c0c47e99
|
fix: [CYBERSOURCE] Fix Status Mapping (#3144)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-17 07:12:11 +00:00 |
|
|
|
a78fed73ba
|
chore(events): remove duplicate logs (#3148)
|
2023-12-16 20:39:05 +05:30 |
|
|
|
d47a7cc418
|
fix(connector): [Cybersource] signature authentication in incremental_authorization flow (#3141)
|
2023-12-15 12:57:05 +00:00 |
|
|
|
4ae6af4632
|
feat(connector): [CYBERSOURCE] Implement Google Pay (#3139)
|
2023-12-15 11:37:55 +00:00 |
|
|
|
5b2c3291d4
|
fix(connector): [Checkout] Fix status mapping for checkout (#3073)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-15 11:05:41 +00:00 |
|
|
|
71a86a804e
|
fix(connector): [CashToCode]Fix cashtocode redirection for evoucher pm type (#3131)
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
|
2023-12-14 13:12:58 +00:00 |
|
|
|
f4578463d5
|
feat(payments): add outgoing payments webhooks (#3133)
|
2023-12-14 11:22:48 +00:00 |
|
|
|
1f848659f1
|
fix(router): add routing cache invalidation on payment connector update (#3132)
|
2023-12-14 11:21:34 +00:00 |
|
|
|
70b86b71e4
|
fix(locker): fix double serialization for json request (#3134)
|
2023-12-14 11:15:10 +00:00 |
|
|
|
57e1ae9dea
|
feat(core): enable surcharge support for all connectors (#3109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
|
2023-12-14 06:08:14 +00:00 |
|
|
|
4d19d8b1d1
|
refactor(payments): add support for receiving card_holder_name field as an empty string (#3127)
|
2023-12-13 17:43:46 +00:00 |
|