Generate authorization token

Enable merchant to login to paylink system and receive the token. This token is used by all other API requests.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

LoginAPI

Data model to send to login using Merchant API account

string

API ID that is given by Paylink. If you need the API ID, send request for Merchant API account to email [email protected]

boolean

This is boolean value. if set to true, then the returned token valid for 30 hours. Otherwise, the returned token will be valid for 30 minutes.

string

This secret key and must be saved in a secure place and must not be exposed outside the server side of the merchant system. Secret key is given by Paylink. If you need the SECRET KEY, send request for Merchant API account to email [email protected]

Responses

201

Created

401

Bad credentials

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*