#Varinder
1 messages · Page 1 of 1 (latest)
Hi, where do you see this?
https://dashboard.stripe.com/settings/integration on this page in testing mode
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Are you trying to enable sending raw card data to Stripe API?
yes
You will need to contact Stripe Support for this: https://support.stripe.com/?contact=true
But note your app will need to be PCI-compliant for this: https://stripe.com/gb/guides/pci-compliance
okay thanks
I have one more issue
I am using curl for getting product list
but its returning me only current date products
how I can get list of all products
What do you mean by "current date products"?
I have these products catelogs in test mode
I am have api /products
when I am executing this api its not showing all products.
What Products are you getting?
only which I created today
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
These are POST requests used to create the Products.
Ok, I found the GET requests.
You are using a very old API version (2015-04-07), please update it and try again - https://stripe.com/docs/api/versioning
Thank you for the sharing
let me try.