A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/stripe/stripe-node/wiki/Using-Stripe-Connect-with-node.js below:

Using Stripe Connect with node.js · stripe/stripe-node Wiki · GitHub

As of 2.1.0-rc2 stripe-node supports passing Stripe Connect access-tokens on a per request basis:

stripe.RESOURCE.METHOD([params...][, ACCESS_TOKEN][, callback]);

For example:

stripe.customers.update(
  yourCustomerId,
  { description: 'Updated description here' },
  accessToken, // Gained from the Connect OAuth POST
  function(err, updatedCustomer) {
    // ...
  }
);

Read more about integrating Connect OAuth flow.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4