#zan-account-support

1 messages · Page 1 of 1 (latest)

serene nova
fast mortarBOT
#

:question: @eternal solar Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact

eternal solar
#

I am seeking for a way to do this programatically

serene nova
#

You should still work directly with our support team instead. We can't look at your account, what happened, why things were refunded. Please contact support to get direct help

eternal solar
#

I just want to know a way to charge the customers using Api

#

support people know nothing

serene nova
#

Do you have card details saved? If so what's blocking you?

eternal solar
#

You mean saved in our Database? No, we don't save any

#

But stripe does, right?

#

so that's exactly what i want to know. where can i get this detail in Stripe?

#

If i have payment_intend, can i use the same intent again ?

serene nova
#

no I don't mean in your database. I mean in Stripe. Do you have a Customer object for each with an attached PaymentMethod?
And that's why I sent you to support, because you likely didn't know that and they can look at your account

#

Oka

eternal solar
#

yes, I have account for each customer

serene nova
#

I don't know what that sentence could mean sorry. An Account in our API is unrelated to a Customer and is for Stripe Connect

eternal solar
#

I mean, I have customer object for each customer

serene nova
#

Okay do those have an attached PaymentMethod?

eternal solar
#

checking

#

yes

#

they do have

#

so how can i use this PaymentMethod to charge again?

serene nova
eternal solar
#

perfect

#

Thanks for your help

#

About manually from dashboard, is there any reference doc?

serene nova
#

no, you just load the customer and there's a create payment button

eternal solar
#

I see blank page when i try to create payment for customer

wary canyon
#

Hi @eternal solar I'm taking over this thread, I do see the screenshot so what do you mean by a blank page?

eternal solar
#

I'm trying to find a way to charge customers to get thr refunded amount back

wary canyon
#

You can charge a customer through Dashboard or API, like my colleague koopajah mentioned earlier

eternal solar
#

tried to do that but screen is showing blank

wary canyon
#

What kind of blank screen?

eternal solar
#

on customer page, payment method

wary canyon
#

That means there's no payment methods attached to this customer yet.

eternal solar
#

oh okey

#

so is there any way to charge?

wary canyon
#

You can't charge a customer if you don't have their payment method on file. You should create an invoice and send to them so that they can pay.

eternal solar
#

But i can see this on customer page

#

When i try to Add Payment for this customer, at that time it shows blank page

wary canyon
#

Can you share with me the customer ID?

eternal solar
#

Actually all customers are added as guests

#

there is no id created for customer

wary canyon
#

Guest customers are only available in Dashboard and you can't manipulate them via API. You should create real customer moving forward and also specify a customer when creating PaymentIntents or Checkout sessions.