#nikhil-postman-introquestions
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- nikhil_05327, 1 day ago, 8 messages
- nikhil_05327, 1 day ago, 12 messages
- nikhil_05327, 3 days ago, 30 messages
Hey @lapis kestrel I'm sorry but I have no idea what that question could mean
i am doing server to serve integration , and to hit apis through postmsn i needs baseurl , i want to know test base url and production base url , or both are same please tell me
I'm really sorry none of those words mean anything to me, it's so vague and confusing.
I am currently working on a server-to-server integration with Stripe, and I need to make API calls using Postman. To do this, I require the base URL for Stripe APIs. Specifically, I would like to know the test base URL for the Stripe API and the production base URL. Could you please confirm if both the test and production base URLs are the same?
Pg integration
Did you look at our API docs? They have the exact URL to use for all calls. It's important to read the docs as a developer. For example the Create Customer API is https://stripe.com/docs/api/customers/create which shows curl https://api.stripe.com/v1/customers
nikhil-postman-introquestions
I've reviewed the information, and I understand that https://api.stripe.com is an endpoint for Stripe. However, I'd like clarification on whether this is a production endpoint or a test environment endpoint. If it is a production endpoint, could you please provide details on the corresponding test environment endpoint?