Request body
Name | Required | Type | Description |
---|---|---|---|
api_key | True | String | 256 Alpha numeric |
secret_key | True | String | 256 Alpha numeric |
Request
exampleCode Block |
---|
POST https://secure.blinkpayment.co.uk/api/v1/pay/token
Content-Type: application/json
{
"api_key": "************************",
"secret_key": "*********************"
} |
Response
exampleCode 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"
} |