#bokgold

1 messages · Page 1 of 1 (latest)

fair bobcatBOT
robust gazelle
#

Hi 👋

Can you specify what integration/API you are testing?

tribal flax
#

$result = \Stripe\PaymentIntent::create(
[
'payment_method_types' => ['card'],
'off_session' => true,
'confirm' => true,
'customer' => $pay['customer_id'],
'payment_method'=> $pay['method'],
'amount' => $pay['amount']*100,
'currency' => 'usd',
'description'=>$pay['description'],
'metadata'=>['user_id'=>$user_id],
]

robust gazelle
#

In that case you would create a Customer in Test mode first and then use that ID

tribal flax
#

OK

#

I forgot I can just add a "test card" 42424242424 .. everything worked fine .. and forgot don't need a "connected" acc - that is actually way more complicated to test I must say

#

How do you create a "test account" - with test data - it seems to require legitimate phone numbers etc

#

I'm in the UK - I need a US acc