#vicky555

1 messages · Page 1 of 1 (latest)

unique mossBOT
round holly
#

hello, gimme a couple of mins to get back to you

woeful jungle
#

Thanks very much! No problem.

round holly
#

You can use the token directly to create a PaymentIntent

curl -u sk_test_123: https://api.stripe.com/v1/payment_intents \
  -d amount=2000 \
  -d currency=usd \
  -d "payment_method_data[type]"=card \
  -d "payment_method_data[card][token]"=tok_123