Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Anchor
download-collection-environment
download-collection-environment

Download collection and environment file

  1. Go to the official Blink release page.

  2. Download Source code (zip).

  3. Unzip the folder. The folder contains two files:
    Blink Env v1.0.x.postman_environment.json
    Blink Payment v1.0.x.postman_collection.json


Anchor
start-postman
start-postman

Start Postman

  1. Open Postman.

  2. Create a new account.

  3. Create a new workspace.


Anchor
import-collection
import-collection

Import Collection

  1. Click Collections

  2. Click Import

  3. Drag Blink Payment v1.0.x.postman_collection.json


Anchor
import-environment
import-environment

Import Environment

  1. Click Environments

  2. Click Import

  3. Drag Blink Payment v1.0.x.postman_collectionenvironment.json


Anchor
initial-environment-values
initial-environment-values

Initial environment values

  1. Set the url to https://secure.blinkpayment.co.uk/api/pay/v1.

  2. Set the merchant_id.Set the api_key.

  3. Set the secret_key.Click

  4. Click Reset All

  5. Click Save

NOTE: If you do not have the merchant_id or keys, follow the Get API Keys instruction.

Image Removed

Image AddedImage Added


Anchor
select-environment
select-environment

Select environment

Select the correct environment, from the drop down on top right.


Anchor
execute-request
execute-request

Execute Request

  1. Select Collections

  2. Expand Blink Payment 1.0.x

  3. Expand Tokens

  4. Click POST tokens

  5. Click Send