Versions Compared

Key

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

Request body

Name

Required

Type

Description

api_key 

True 

String 

256 Alpha numeric 

secret_key 

True 

String 

256 Alpha numeric 

Request

example

Code Block
POST https://secure.blinkpayment.co.uk/api/v1/pay/token
Content-Type: application/json

{ 
  "api_key": "************************", 
  "secret_key": "*********************" 
} 

Response

example

Code Block
200 
Content-Type: application/json 

{ 
  "access_token": "******************", 
  "expired_on": "2023-02-27T11:52:37Z", 
  "payment_types": [ 
    "credit-card", 
    "open-banking", 
  ], 
  "currency": "GBP", 
  "send_blink_receipt": "No" 
}