hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

An open source payments switch written in Rust to make payments fast, reliable and affordable

Results 757 hyperswitch issues
Sort by recently updated
recently updated
newest added

### Feature Description Replace Boxed queries used for filter payment intent by constraints by Boxable Expressions. ### Possible Implementation This depends on [Rust Issue 52662](https://github.com/rust-lang/rust/issues/52662) to get stable. It can...

C-feature
S-awaiting-triage

## Type of Change - [x] New feature ## Description This PR will add support for refreshing the access token for supported connectors. Connector integration should be provided for supported...

A-core

Dispute occurs when a customer files a chargeback claim to the bank stating that the payment was not intended. While cardholders often have extended dispute filing periods of 60-120 days...

A-connector-integration
A-core
C-feature

As of now, we use string literals for matching on status codes returned by Adyen. They need to be replaced by enums instead. 3 instances I could find are: https://github.com/juspay/orca/blob/7348d76cad8f52548f84c6a606fb177e7ca3620e/crates/router/src/connector/adyen/transformers.rs#L431-L435...

A-connector-integration
E-easy
P-low
C-refactor

The Open API specification needs to be updated to sync with: - [ ] newly implemented APIs such as `/session` and `/verify` #265 - [ ] the addition/ changes in...

C-doc

When the payment fails with one processor due to fraud declines, or downtime, the payment needs to be retred with the next available alternative processor. This shall hep to enhance...

C-feature

This issue serves an extension of #9; the following pieces of information are yet to be added to the [contributing guidelines](https://github.com/juspay/orca/blob/4ce86afd4e00a036eba9b70916b4880a049e4d9f/contrib/CONTRIBUTING.md): - [ ] Tests - [ ] Versioning policy...

C-doc
C-tracking-issue
P-medium

Add connector specific validations for refunds

A-core
E-easy