Skip to content

[REFACTOR]: move the fingerprint_key_hash from configs to merchant_account table #5276

Open
@prajjwalkumar17

Description

@prajjwalkumar17

Feature Description

fingerprint_hash_key which is used by hyperswitch_card_vault for performing HMAC hash on the payment_method_data for storing it.
We had this value previously stored in configs table in raw String.
We have refactored it, to be stored in merchant_account table(encrypted beforehand by our DEK).

Possible Implementation

Refactor the places in which the merchant account is created and where the blocklist feature is first being called.

Have you spent some time checking if this feature request has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

Metadata

Metadata

Labels

A-coreArea: Core flowsC-refactorCategory: Refactor

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions