Authentication
To initiate use of the API, the first step is to acquire an API Key from Depay. This key uniquely identifies and grants you access to our services. After receiving your API Key, you must then obtain a JWT (JSON Web Token), which is essential for authenticating and authorizing your subsequent interactions with the API. This process ensures that access is both secure and tailored to your specific needs.
Get access token
GET
https://stage.api.payments.depay.us/auth/token
Retrieves Bearer Token needed to authenticate throughout the API Endpoints.
Headers
x-api-key*
String
DEPAY-6b262934b78d849dc9cfd114c4c44029563cweasd972432b5dde1ef4494f6fghx3
Once obtained your accessToken
you should use it to authenticate subsequent requests across all API endpoints. In order to do so, it should be included in the Authorization header of each request.
For example:
Last updated