Versions Compared

Key

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

Get transactions details.


Anchor
get-transaction
get-transaction

Get Transaction

GET /v1/pay/transaction/{transaction_id}

Params

transaction_idstring
Transaction ID returned as base64_encoded res value in return url after the Payment request.

Attributes

None

Request

Code Block
GET https://secure.blinkpayment.co.uk/api/v1/pay/transaction/{transaction_id}
Content-Type: application/json
Authentication: Bearer eyJ0eXAiOiJKV1QiLCJhbG...

{

}

Response

Code Block
{
    "data": {
        "transaction_id": "BL-0023C7F155",
        "status": "Pending Submission",
        "message": "Pending Submission",
        "amount": 1.1,
        "currency": "GBP",
        "payment_source": "Direct Debit",
        "customer_name": "Test User",
        "customer_email": "testuser77888@yopmail.com"
    } 
}