#nikhil-postman-introquestions

1 messages · Page 1 of 1 (latest)

tender pendantBOT
#

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.

subtle zenith
#

Hey @lapis kestrel I'm sorry but I have no idea what that question could mean

lapis kestrel
#

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

subtle zenith
#

I'm really sorry none of those words mean anything to me, it's so vague and confusing.

lapis kestrel
#

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

subtle zenith
#

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

lapis kestrel
#

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?

subtle zenith
#

It's the same endpoint for both. If you tried you'd see