Skip to main content

Get intent

Get details for a payment intent

Path Parameters
  • intent_id string required

    The id of the payment intent

Responses

Response Headers

    Schema
    • id integer
    • payment_intent string
    • transaction_type string
    • expiry_date string
    • status string
    • amount number
    • currency string
    • payment_type string
    • return_url string
    • notification_url string
    • card_layout string
    • element object
    • ccElement string
    • ccMotoElement string
    • ddElement string
    • obElement string
    • merchant_id integer
    • transaction_unique string
    GET /api/pay/v1/intents/:intent_id

    Authorization

    name: Authorizationtype: apiKeyin: headerdescription: All requests apart from /api/pay/v1/tokens require an authorization header in the form of a bearer access_token. See the token endpoint documentation for further information.

    Request

    Base URL
    https://secure.blinkpayment.co.uk
    Authorization
    intent_id — path required
    curl / cURL
    curl -L -X GET 'https://secure.blinkpayment.co.uk/api/pay/v1/intents/:intent_id' \
    -H 'Accept: application/json' \
    -H 'Authorization: <API_KEY_VALUE>'