Glossary

A list of commonly used terms related to Razorpay APIs.


The following table lists all the commonly used terms and their definitions used in Razorpay APIs:

TermsDescription
APIAPI (Application Programming Interface) is a software code using which two applications can talk to each other.
API KeyAn API key is a unique identifier that enables other software to authenticate a user, developer, or API calling software to an API to ensure that this person or software is who it says it is.
CurlA command line tool for transferring data in various protocols, in our case HTTP. Many of the API example calls are made in the cURL syntax. For more information about cURL, visit the .
EndpointAn API endpoint is the point of entry in a communication channel when two systems are interacting. It refers to touch points of the communication between an API and a server.
HTTPThe Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers. HTTP works as a request-response protocol between a client and server.
JSONJavaScript Object Notation is a way to transport and store data. JSON is smaller than XML and easier to parse. For more visit the .
Rate LimitRate limit is the number of API calls an app or user can make within a given time period. If this limit is exceeded, the app or user may be throttled.
WebhooksWebhooks are a means by which applications automatically communicate with each other. Webhooks allow you to receive real-time data from an app when an event happens.

Was this page helpful?