Hacker News new | ask | show | jobs
by yoda_sl 4253 days ago
This is basically showing what code you may need to implement on your server if you are not working directly with a processor/gatewa. After you decrypt the data you have technically all the appropriate information you can use to stay processing the credit card for the amount specified. Basically code similar to that is executed by Stripe server when they receive the transaction, and Stripe handle the processing to submit it to the appropriate merchant bank. Basically any large company that process credit card transaction and submit it to be processed by the bank will need to get the decrypted data. As the example documentation explains be sure to keep all your keys secret.