#Moustache
1 messages · Page 1 of 1 (latest)
So for example... this customer has a payment method: https://dashboard.stripe.com/acct_1D7amCAvKDlB0uGd/customers/cus_NDkQjrIsGoFgDK but I have no way of accessing it from the API either by my stripe connect API key or a new secret key generated by my client
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The payment method was created by another third party app "Chargebee"
sorry, stripe.PaymentMethod.list("cus_FYzUl0YUcKCnxy") is giving the AuthenticationError: Invalid API Key provided: cus_FYzU**Cnxy
Hi, can you share the request id with me? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
My logs are empty.
It was brought to my attention that there is an issue and we're currently working on fixing it.
Without looking at the request, from the error message shared.. it looks like you may be passing an invalid API key. It looks like you're passing a customer id on the API key?
Can you log your API key on your end and confirm that it's pulling the correct data?
thank you that was it. I forgot customer="cus_"
happy to help!
Maybe you can help me with something else. I can converting all of these customers to our system and they each have a payment method but the payment method is not showing up as a "source". Is it possible to convert these payment methods to sources?