#vishnu_api

1 messages ยท Page 1 of 1 (latest)

fallow egretBOT
#

๐Ÿ‘‹ 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/1346408727749857370

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

halcyon tundra
#

๐Ÿ‘‹ happy to help

#

the customer was created on the platform but you're creating a Direct Charge on a connected account

#

but the customer doesn't exist on the connected account

#

you either need to create the customer on the connected account

slim glade
#

How to Get my CONNECTED_ACCOUNT_ID in Stripe

halcyon tundra
#

you can see it in the request ID you sent me

#

it's the acct_xxx of the connected account not the platform one

slim glade
#

In our system we working on Stripe Terminal and Stripe Payment gateway via php sdk, we want card id when succesfull payment via terminal

#

we want card id store in our system for future payment

halcyon tundra
#

yes I understand

#

you collected the card payment on the terminal correctly

#

but now the generated_card (pm_xxx) is stored on the Platform

#

if you want to use that to create direct charges you need to follow the cloning approach I sent you earlier

#

please note that you're still using the Charges API which is going to soon be deprecated

#

it's better to switch to PaymentIntents asap

slim glade
#

Via the PHP SDK, we get the card ID in the format card_xxxxxxx, while via the terminal, we get a generated card ID in the format pm_xxxxxxx. After cloning, will we be able to make future payments using the PHP SDK with the pm_xxxxxxx card ID as well?

halcyon tundra
#

yes

#

Via the PHP SDK, we get the card ID in the format card_xxxxxxx
I guess this is because you're still using the old APIs