2 years ago
Syncing customer metadata to Stripe
We've extended our integration with Stripe, and now allow you to leverage the Stigg API and SDKs to sync metadata to the Customer object in Stripe.
To do so, when provisioning or updating customers via the Stigg API and SDKs, simply include the relevant metadata under the billingInfo property.
As with the rest of the billingInfo properties:
1. Providing the billingInfo when provisioning or updating customers will force the customers to be synced to Stripe.
2. Stigg doesn't store the billingInfo data, and only serves as a pass-through for sending it to Stripe; therefore, the information will only be stored in Stripe.
The new functionality is supported by the Stigg Node.js SDK v2.9.0 or later.