Skip to content

Instantly share code, notes, and snippets.

View mtso's full-sized avatar
shipping

Matthew mtso

shipping
View GitHub Profile
@mtso
mtso / kyc_js_tokenize
Created August 30, 2018 18:57 — forked from anonymous/kyc_js_tokenize
kyc tokenization example
WePay.set_endpoint("stage"); // change to "production" when live
WePay.tags.insert();
WePay.kyc.create({
"client_id": "9876",
"account_id": "1234",
"individual": {
"account_owner": {
"name": {
"first": "Foo",
"last": "Bar"
@mtso
mtso / .gitconfig
Created December 4, 2016 09:25 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com