#Gallumba

1 messages · Page 1 of 1 (latest)

blazing umbraBOT
hoary briar
solar violet
#

yes one moment

#

{
"payment_intent": "pi_3M6LmvEeHJW6NFek0Eu0F851"

#

@hoary briar

hoary briar
#

Can you run me through how you get to that point? Do you swipe a card before processing the Payment Intent? Are you following any specific docs that get you to this point?

solar violet
#

I am running on simulate at the moment
The request i am doing
const paymentIntent=await stripe.paymentIntents.create({
currency:"cad",
amount:amount,
customer:customer.id,
payment_method_types: ['card_present', 'interac_present'],

        capture_method: 'manual'

    })
#

and then
const processReader= await stripe.terminal.readers.processPaymentIntent(readerId,{
payment_intent:paymentIntent.id,

    })
#

the last one is sending me the error

hoary briar
#

Are you setting a test card in the simulator configuration?

I think the line looks something like
terminal.setSimulatorConfiguration({testCardNumber: '4242424242424242'});

solar violet
#

I have it, but it should be after the stripe.terminal.readers.processPaymentIntent
request,

#

and i do not get there casu it send me an error

hoary briar
solar violet
#

@hoary briar look at this docs please

#

i think you send me the javascript SDK docs and not the server integration docs

hoary briar
#

Ah, okay. That seems off. Let me dig a bit on this and circle back

solar violet
#

Thanks,waiting

hoary briar
solar violet
#

Do they have a direct channel like discord? i send them email but do not get any response?

dreamy nest
#

👋 Just stepping in for my colleague! No, there's no direct Discord for our support team. I recommend logging in to your Stripe account then navigating here: https://support.stripe.com/?contact=true
the available support options will be listed in the lower right of your window

solar violet
#

@dreamy nest Thanks, as i wrote i do not get any response by email so thought maybe there is qucik or better way

dreamy nest
#

I see. I recommend replying to the email you have with support, or with the contact you've been working on the beta with