#gk-gaming-classic_api

1 messages ยท Page 1 of 1 (latest)

analog flaxBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1380159968438780068

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tepid vine
#

๐Ÿ‘‹ happy to help

#

would you mind sharing the PaymentIntent ID that you used?

pine barn
#

pi_3RWcqqSCo0ZS9Yht1KKLEr8a

tepid vine
#

you're passing payment_method_types: ['card']

#

how are you initializing the PaymentElement?

#

I can see

    currency: "usd",
    mode: "payment",
    payment_method_types: ["card"],
    setup_future_usage: "on_session",
  }```
pine barn
#

{
payment_method_types: ['card'],
mode: 'payment',
amount: props.amount > 0 ? +props.amount.toFixed(2) : props.campaignAmount,
currency: 'usd',
setup_future_usage: 'on_session',
}

tepid vine
#

so you're not accepting link

#

only cards

pine barn
#

but when i passed link it is not working

tepid vine
#

what do you mean?

#

can you just remove payment_method_types: ['card'],

pine barn
#

ok ill check

#

still getting the same

tepid vine
#

is this hosted somewhere I could check?

pine barn
#

need this

pine barn
#

so i cant share that

tepid vine
#

are you using the CardElement or the PaymentElement?

pine barn
#

but for US client is also not visible

tepid vine
#

are you using the CardElement or the PaymentElement?

pine barn
#

yes payment element

tepid vine
#

in PaymentElement link shows separately

#

this is a CardElement

pine barn
#

ok i will check and inform you

tepid vine
#

the way to enable link in card payment is different from link with PaymentElement

pine barn
#

ok i will try these methods and inform you

#

also you will be available on tomorrow right?
in this chat

tepid vine
#

it might be someone else but yes

pine barn
#

ok thank you so much buddy