1. Home
  2. Docs
  3. V1
  4. NuGet Package
  5. BatchAddStripeIDs

BatchAddStripeIDs

This function will set Stripe IDs for multiple users.

List<StripeMap> stripeMaps = new List<StripeMap>();
stripeMaps.Add(new StripeMap { remoteID = "123", stripeID = "acct_1Hq0ZyJ2Z2Z2Z2Z2" });
stripeMaps.Add(new StripeMap { remoteID = "456", stripeID = "acct_1Hq0ZyJ2Z2Z2Z2Z2" });
stripeMaps.Add(new StripeMap { remoteID = "789", stripeID = "acct_1Hq0ZyJ2Z2Z2Z2Z2" });
 


await client.BatchAddStripeIDs(stripeMaps,LOGSTRING);
Was this article helpful to you? Yes No

How can we help?