
Tim Nguyen
Activity overview
Latest activity by Tim Nguyen-
Tim Nguyen created an article, How to make Secure Forms place values into a nested JSON field.
We do not support nested parameters at the moment. Example of secure forms usage: f.field('#cc-number .fake-input', { type: 'credit_card_number', name: 'credit_card_number', successColor: 'gre...
-
Tim Nguyen created an article, How to use the '/tokens' endpoint?
You can use it via curl: curl https://tnt123123123.sandbox.verygoodvault.com/tokens \ -H "Content-type: application/json" \ -d '{ "raw": "4111 1111 1111 1111" }'
-
Tim Nguyen created an article, I've implemented a simple Django app deployed on Heroku to test out integration with VGS but it throws an error relating to CSRF verification failing. How do you recommend sites using VGS prevent CSRF attacks without using a cookie
Make sure that you are using the same domain for all requests. For example: serve your content from www.example.com (replace with your domain name here); and run the proxy on vault.example.com wh...
-
Tim Nguyen created an article, When I use library/curl/etc without insecure mode it complains about verification of the certificate.
You should include a client certificate (they are not sensitive and can be shared as is with customers).
-
Tim Nguyen created an article, How do I tokenize an XML object that is URL-encoded? [needs updating]
We have an XPATH tokenization support, but it works only for a valid XML. In order to tokenize values in URL-encoded XML you can use REGEX tokenizer.
-
Tim Nguyen created an article, Do we need an individual JS file from VGS for every site using Secure Form?
No. We can create a single JS file for all your sites. For example: SecureForm.create('site-1', ...) // this form will submit to site 1 SecureForm.create('sandbox-1', ...) // this form will submit...
-
Tim Nguyen created an article, How does whitelisting for Secure Forms works?
There's a manual process that we do on our end to create your javascript file. This manual piece is so that we can audit your vault urls to ensure that they're properly configured.
-
Tim Nguyen created an article, Where can I find documentation about VGS Secure Forms?
The guide to integrating the SecureForms can be found at http://www.verygoodsecurity.com/docs/
-
Tim Nguyen created an article, Is the name of card required? Or can I just pass card number, exp. date and security code?
You can tokenize whatever you need, we support all kinds of message formats like JSON, payment form, XML, HTML, PDF, etc... so you can just setup tokenization rules on our dashboard and part of the...
-
Tim Nguyen created an article, Help! I am getting following response: Invalid Proxy Configuration.
Invalid proxy configuration generally means there are no matching rules for your request. You can create default rules, just click - "New default rules."