juspay/hyperswitch
View on GitHub[FEATURE] add `upsert` endpoint to `cards_info` table
Open
#994 opened on Apr 26, 2023
C-featureE-mediumP-lowgood first issuehelp wanted
Description
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
card_iinis not present - Update the fields if
card_iinis already present
Possible Implementation
Similar to the get endpoint.
Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to submit a PR?
No, but I'm happy to collaborate on a PR with someone else