Anchor | ||||
---|---|---|---|---|
|
Get API Keys
Before using you will need to login to Blink and get the API key and secret key for your Blink page:
1.1 Open https://secure.blinkpayment.co.uk
1.2 Scroll down to API Credentials on your dashboard
1.3 Select the Blink page
1.4 You should see the API key and secret key for the selected page.
NOTE: If you do not see the keys, then please contact Blink support team to set up the API keys for you.
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_collection.json
Initial environment values
Set the
url
tohttps://secure.blinkpayment.co.uk/api/pay/v1
.Set the
merchant_id
.Set the
api_key
.Set the
secret_key
.Click …
Click Reset All
Click Save
NOTE: If you do not have the merchant_id
or keys
, follow the Get API Keys instruction.
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
Anchor | ||||
---|---|---|---|---|
|
Endpoints
Anchor | ||||
---|---|---|---|---|
|
Errors
Anchor | ||||
---|---|---|---|---|
|
Markup Conventions