Postman
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
Download collection and environment file
Go to the official Blink release page.
Download Source code (zip).
Unzip the folder. The folder contains two files:
Blink Env v1.0.x.postman_environment.json
Blink Payment v1.0.x.postman_collection.json
Â
Â
Start Postman
Open Postman.
Create a new account.
Create a new workspace.
Â
Import Collection
Click Collections
Click Import
Drag
Blink Payment v1.0.x.postman_collection.json
Import Environment
Click Environments
Click Import
Drag
Blink Payment v1.0.x.postman_environment.json
Initial environment values
Set the
url
tohttps://secure.blinkpayment.co.uk/api/pay/v1
.Set the
api_key
.Set the
secret_key
.Click Reset All
Click Save
NOTE: If you do not have the keys
, follow the Get API Keys instruction.
Â
Â
Select environment
Select the correct environment, from the drop down on top right.
Execute Request
Â
Select Collections
Expand Blink Payment 1.0.x
Expand Tokens
Click POST tokens
Click Send
Â