Narayan Bhat

Results 53 issues of Narayan Bhat

## Type of Change - [x] Refactoring ## Description Change the `return_url` type in payment_intent in data models. ### Additional Changes - [x] This PR modifies the database schema ```sql...

A-core

### Feature Description Currently, the payments create request in documentation has only one example. ![Screenshot 2023-05-23 at 1 45 02 PM](https://github.com/juspay/hyperswitch/assets/48803246/c8a386f6-2cc2-4a10-b5ca-c3d3fe5898dd) It will be better to have multiple examples which...

C-doc

Add a field called `updated` to the payments response. This field will have the ISO timestamp at which the payment was updated. This field should have the value from `modified_at`...

E-easy
good first issue

### Feature Description Currently all the connector configuration is present in the `development.toml` file. But this configuration is not developer specific, this remains the same whoever uses it, this configuration...

C-feature
E-easy
good first issue
help wanted

### Feature Description Currently to store the connector credentials the structure / type that is being used is based on the number of keys that the connector needs. The exact...

A-core
C-feature
P-high

I'm trying to get started with running rust on my newly purchased rpi pico w ( with wifi support ). Initially when I set everything up and run the blinky...

It may so happen that there might be a slight delay in the network to receive the access token from connector. So when we store the access token with expiry...

C-refactor

## Type of Change - [x] Refactoring ## Description When a card or any payment method is saved, the billing address associated with it is also stored. This has to...

S-waiting-on-review
C-refactor

## Type of Change - [x] New feature ## Description This PR adds support for a config which controls whether to use the `billing` as `payment_method_billing`. Based on this config...

C-feature
S-waiting-on-review