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 For a connector call, `get_request_body` is being called twice, Once in `get_headers`, other in `build_request`. This is an expensive operation to call the same encoding function twice....

A-connector-integration
C-feature
S-awaiting-triage

## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description ### Additional Changes...

C-doc
S-waiting-on-author

## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates ## Description This PR removes the...

A-core
C-feature
S-in-progress
C-refactor

## Type of Change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates ## Description Automatically select a...

A-core
C-feature
S-design
S-in-progress

## Type of Change - [x] New feature ## Description This PR will provide the implementation to refresh the access token which was added in #337. Refresh access token if...

A-core
S-waiting-on-author
S-needs-conflict-resolution

### Bug Description The payment status of a failed redirection payment using `stripe` says requires_payment_method instead of failed. ### Expected Behavior The status should be failed, with appropriate error message...

A-connector-integration
C-bug
E-easy

### Feature Description Add support for creating payments through affirm and afterpay/clearpay through stripe. The api contract changes will be as follows - afterpay/clearpay ```json { "payment_method": "pay_later", "payment_method_data": {...

A-connector-integration
C-feature
E-easy

Thorough code review

S-design

## Type of Change - [ ] Bugfix - [ ] New feature - [ ] Enhancement - [x] Refactoring - [ ] Dependency updates ## Description This PR moves...

A-framework
S-waiting-on-author
C-refactor