Narayan Bhat
Narayan Bhat
### Feature Description During address validation, It would be a good experience to have all the missing fields returned at once instead of making many requests to know the missing...
### Feature Description linking #347 for reference. Since the billing and shipping address used for payment should be stored in `basillisk` as per the discussion we had. This is to...
## Type of Change - [x] Refactor ## Description Payments session did not have a check for creating the session token, which would allow users to create session token for...
## Type of Change - [x] New feature ## Description Support EPS, Giropay and iDeal through stripe ## Motivation and Context All the flows are redirection flows which provide the...
## Type of Change - [x] Refactoring ## Description Send the full body during a payment sync call when calling connector. ## Motivation and Context When calling a connector during...
## Type of Change - [x] New feature ## Description Add `payment_issuer` and `payment_experience` to payment_attempt table. The pay_later issuer will be decided based on this. a small example of...
Support `bank_redirects` through stripe.
### Feature Description Few entities currently are stored in redis. We create a key for each entity. This key will be usually of the form `{feature}_{merchant_id}_{extras}`. The creation of this...
### Bug Description When creating a merchant connector account, the `connector_name` field is of string type. This would mean that any value can be passed to that field. There is...
### Feature Description Currently there is only read endpoint available for `cards_info` table. It would be useful to add a `upsert` endpoint which would - Insert the row if the...