Skip to main content
GET
Get Transaction

Authorizations

Authorization
string
header
required

Use your Fractal API credentials.

Username = Client ID Password = Secret Key

Sandbox credentials can be generated from the Test Portal.

Path Parameters

transaction_id
string
required

Unique transaction ID. Returned in the transaction_id field of the Get Transactions (GET /merchant/transactions) response.

Example:

"txn_294ac4cb42"

Body

application/json
merchant_key
string
required

The merchant's unique key. Returned in the merchant_key field of the get merchants by client call.

Example:

"{{merchant_key}}"

Response

200 - application/json

Get Transaction

data
object[]
Example:
message
string
Example:

"Transaction fetched successfully"

result
boolean
Example:

true