#Suren-payment
1 messages · Page 1 of 1 (latest)
Hi there, can you elaborate more on your question? Which Stripe API are you referring to?
I want to make a payment through stripe account
I can to do it through payment Intent?
I just don't see that it was possible to put payment method types stripe
or still this can only be achieved through the transfer method
Sorry I am still not following, is it a question related to Stripe Connect?
yes i want to understand this
for example, in the payment Intent method, instead of card type, I can put stripe accout
i want to achieve this
instead of card stripe
stripe_account is not a valid payment method type I'm afraid
Hi @open field my shift is ending, my colleague will join this thread soon.
okey
Hi! Can you clarify what you are trying to achieve exactly?
You want to send money to your Stripe account? Pay a end user with money from your Stripe account? Pay a Connected account? Etc.
i want to add for customer payment method
e.g. card, stripe account
card i can
but stripe account doesn't work
But what do you mean by "i want to add for customer payment method"? Can you clarify this part?
- Who is paying? The end user, you, a connected account, etc.
- And where should the money go? To your stripe account, to a end user, etc.
this is my method payment_method_types changes card to stripe account
As Jack Tan said earlier, this is not possible.
but there is a workaround?
It depends what you are trying to do.
If you want to send money to another Stripe account, you could use transfer: https://stripe.com/docs/api/transfers/object
If you want to add money to your own Stripe account, you could use top-ups: https://stripe.com/docs/api/topups/create
yes yes that's what I wanted to know