SettleFlow API
API ReferenceTransactions

Get a transaction

GET
/transactions/{id}

Retrieves a single transaction (payment attempt) by its ID.

X-Api-Key<token>

Merchant API key for authentication

In: header

Path Parameters

id*string

Resource ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/transactions/string"
{  "id": "string",  "payment_id": "string",  "attempt_number": 0,  "amount": 0,  "method_family": "string",  "method_type": "string",  "status": "string",  "failure_reason": "string",  "card": {    "brand": "string",    "last4": "string"  },  "created_at": "2019-08-24T14:15:22Z"}