#Spoutnic-customers-tokens

1 messages · Page 1 of 1 (latest)

brittle hollow
#

Which call specifically are you trying to make that needs a token?

final crater
#

THAT'S FROM THE EXAMPLE:
$stripe = new \Stripe\StripeClient(
'sk_test_xxxxxxxxxxxxxx'
);
$stripe->orders->pay(
'or_1Jhz2JB8fx48MsBOHwbaUpSi',
['source' => 'tok_visa']
);

#

oh I was able to do it passing the customer code.

#

so I fixed my problem. Not sure how to close this thread.

brittle hollow
#

Glad to hear you fixed it yourself!