#Spoutnic-customers-tokens
1 messages · Page 1 of 1 (latest)
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.
Glad to hear you fixed it yourself!