#rikz_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1273268155749367870
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- rikz_api, 19 hours ago, 9 messages
This API provides me a empty data []
can you share an example customer you're trying to retrieve?
I don't see any attached payment methods on this customer
But if you see from the dashboard there is cash balance payment method
https://dashboard.stripe.com/test/customers/cus_Qedb4oeolqTBIH
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That's a separate API: https://docs.stripe.com/api/cash_balance/retrieve
The payment was made using Bank transfer
Yes
So I have to use cashbalace endpoint ?
So if customer have any other payment method this will give erro ?
Let's take a step back, what exactly are you trying to do?
The payment method type if you see on that payment was customer_balance , What you're seeing on the dashboard is where funds sent by the customer go.. Once there are enough funds for the payment, we reconcile and use the balance..
It works different from a typical payment method object
Let me give you context.
I am trying to migrate from SEPA Credit Transfer to Bank Transfer.
First customer created and attached the source to customer.
But later I create payment intent so that it will convert to bank transfer payment method
So I want to distingish wheather my customer already converted to bank transfer or if it is still using source
So you have existing SEPA Credit transfer sources and are trying to migrate them to Bank transfers?
yes
Have you tried the dashboard tool for that?
https://support.stripe.com/questions/reusable-object-migration-from-sources-to-payment-intents
I will have a look here