Narayan Bhat
Narayan Bhat
## Type of Change - [x] Bugfix ## Description Klarna payments were failing because the response was not being deserialized correctly. ## Motivation and Context During development, there was no...
## 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...
### 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...
### 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": {...
## 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...
Since we will be integrating different payment methods, they might have varying requirements with respect to the api calls, request and response structs. For calling connectors to support these, the...
## Type of Change - [x] New feature ## Description This PR will add the support for creating the access token for connectors which need it. ## Motivation and Context...
## Type of Change - [x] New feature ## Description - This PR will add support for creating access tokens for globalpay connector. - Add SHA512 digest generation ## Motivation...
## Type of Change - [x] Refactoring ## Description - Make the option to three ( it was not updated in this PR #452 ) - Replace the dashboard link...
## Type of Change - [x] New feature ## Description This PR will support creating pay_later payments using `afterpay_clearpay` as the issuer through stripe. This is a redirection flow. ##...