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

# Description Propogate Some hard coded fields in PaymentMethodResponse # Fields - [ ] recurring_enabled - [ ] installment_payment_enabled - [ ] payment_experience

E-easy
P-medium
A-payment-methods

# Description Handle expiry for payment_token in `make_pm_data`

A-core
P-medium

# Description Implement token flow for other payment methods currently it's only supported for cards

A-core
C-feature
E-medium
P-low

`GlobalPayments` and `Paypal` are to connectors that require tokens to make any call to their Api's. These tokens have an expiry as well. Need feature to get the token for...

A-connector-integration
A-core
C-feature
C-tracking-issue

# Description Implement Verify flow for the connectors. Verify flow makes sure if the card is valid or not for future payments like mandate etc. # Connectors to implement -...

A-connector-integration
C-feature
E-easy
P-high

# Description Implement mandate data fetching functionality for connectors. # Connectors to implement for - [ ] Adyen - [ ] Checkout - [ ] Braintree - [ ] Authorizedotnet...

A-connector-integration
C-feature
E-easy
P-high

## Description This issue's primary focus lies in implementing the pending interface functionality for [`MockDb`](https://github.com/juspay/hyperswitch/blob/f624eb52d61561c365cce21e58b08281d096d904/crates/router/src/db.rs#L79). The purpose of this change is to have a simple and effective mechanism for testing...

A-framework
C-feature
C-tracking-issue
E-medium
P-medium
help wanted

### Payment Flows - [x] Authorize - [x] Automatic #154 - [ ] Manual - [ ] Payment Sync - [ ] Void - [ ] Refund - [ ]...

A-connector-integration
C-feature
C-tracking-issue

possible race condition here. what if a concurrent user updates parent merchant between this operation and the following? https://github.com/juspay/orca/blob/56d153d8f7c2c75391799cf14280c448df97842f/crates/router/src/core/admin.rs#L74-L79 possible race condition here. what if a concurrent user updates merchant...

C-bug
E-medium
P-medium
C-refactor

I strongly advise to add this warning. `#![warn(missing_docs)]`

E-medium
P-low