Stellar PHP SDK API Documentation

PatchTransactionRequest

Request parameters for updating pending transaction information via SEP-06.

Used to update transaction details when the anchor requests additional information via the pending_transaction_info_update status. The transaction's required_info_updates field indicates which fields need to be provided.

Should only be used when the anchor explicitly requests updates. Attempting to update when no information is requested will result in an error response.

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

SEP-06 Specification

see
https://github.com/stellar/stellar-protocol/blob/v4.3.0/ecosystem/sep-0006.md#pending-transaction-info-update
see
TransferServerService::patchTransaction()
see
AnchorTransaction

Table of Contents

Properties

$fields  : array<string|int, mixed>
$id  : string
$jwt  : string|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $id, array<string, mixed> $fields, string|null $jwt) : mixed
Parameters
$id : string

Id of the transaction

$fields : array<string, mixed>

An object containing the values requested to be updated by the anchor. See: https://github.com/stellar/stellar-protocol/blob/v4.3.0/ecosystem/sep-0006.md#pending-transaction-info-update

$jwt : string|null

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


        
On this page

Search results