a year ago
Collection of customers' tax IDs during checkout
We've extended our integration with Stripe, and allow you to collect your customers' tax ID during checkout. The tax ID is collect and stored directly in Stripe.
To collect the tax ID, simply pass the allowTaxIdCollection: true
parameter to the provisionSubscription()
method.
The new functionality is supported in the Stigg SDK for Node.js v0.68.0 or later.