#Danyal
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? 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.
req_QOiVpB5XBpuhsS
Looks like you're passing your sk_test_xxx API key to the source parameter of that call?
That param expects a Source (src_xxx) ID: https://stripe.com/docs/api/customers/create#create_customer-source
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok let me check and try that..