Settings

Theme

API for secure data storage?

3 points by snaveint · 5 comments · 1 min read


Have a payments problem we're trying to solve, would love HN input!

Our platform needs to make several payments to suppliers each week, the problem is we don't want to store our suppliers bank details. Unfortunately the only payment method possible right now is via a bank specific file (*.aba) and is manual, but to create that file we need to have stored our customers bank details...

Does anyone know of a platform which can store/retrieve customer sensitive data through an API so we can avoid storing it ourselves?

2 threads
tptacek

What you're looking for is called an HSM.

  • stevekemp

    Yes and if you wanted to write an API for such a thing it is pretty simple. The key is that you never allow retrieval of the data.

    So your API has to support essentially two methods:

    * Add banking details. * Make a charge.

    You submit the details to get back a token such as "account-1", and use that token to make a charge. The actual banking details are never able to be retrieved from the device.

rgacote

Tokenization service like http://www.auricsystems.com/products/auricvault-tokenization...

  • snaveintOP

    Thanks, have dropped them an email to see if they can support what we're after. Appreciate it.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection