Does this have a token interface like Stripe and 2Checkout? In other words, I have a credit card form on my site, but never store the credit card. Instead, the Javascript from Stripe or 2Checkout give me a token. I then send the token to my server along with shipping/billing info (just not credit card info) and then process it back with Stripe and 2Checkout.