Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
// Require the Stripe library with a test secret key. const stripe = require('stripe')('sk_test_BQokikJOvBiI2HlWgH4olfQ2'); // Create a payment from a test card token. const charge = await stripe.charges.create({ amount: 2000, currency: 'usd', source: 'tok_mastercard', description: 'My first payment' }); // Click “▶ run” to try this code live and create your first payment.
asd
Loading…

no comments

    sign in to comment