Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Request body

Name

Required

Type

Description

api_key 

True 

String 

256 Alpha numeric 

secret_key 

True 

String 

256 Alpha numeric 

Request example

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

Response example

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" 
} 

  • No labels