1. Transaction Routes
  2. Get Transaction By ID
GET

/api/v2/transactions/{transaction_id}

client_id*
api_key*
curl --request GET \
     --url https://api.senddotssandbox.com/api/v2/transactions/{transaction_id} \
     --header 'Authorization: Basic AUTH_VALUE'

Parameters

transaction_idRequired
string

Id of the transaction

Response

id
integer
amount
number
created
string
source_name
string
destination_name
string
metadata
string | object | null

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.