Stellar PHP SDK API Documentation

AnchorTransactionRequest

Request parameters for querying individual transaction details via SEP-06.

Used to retrieve detailed information about a specific transaction using one of three possible identifiers: transaction ID, Stellar transaction hash, or external transaction ID. At least one identifier must be provided.

Useful for validating transactions and polling for status updates on deposits or withdrawals in progress.

Tags
see
https://github.com/stellar/stellar-protocol/blob/v4.3.0/ecosystem/sep-0006.md

SEP-06 Specification

see
TransferServerService::transaction()
see
AnchorTransactionResponse

Table of Contents

Properties

$externalTransactionId  : string|null
$id  : string|null
$jwt  : string|null
$lang  : string|null
$stellarTransactionId  : string|null

Properties

$externalTransactionId

public string|null $externalTransactionId = null

(optional) The external transaction id of the transaction.

$jwt

public string|null $jwt = null

jwt token previously received from the anchor via the SEP-10 authentication flow

$lang

public string|null $lang = null

(optional) Defaults to en if not specified or if the specified language is not supported. Language code specified using RFC 4646. Error fields and other human readable messages in the response should be in this language.

$stellarTransactionId

public string|null $stellarTransactionId = null

(optional) The stellar transaction id of the transaction.


        
On this page

Search results