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