Path Payment Strict Send
Last updated
Was this helpful?
Last updated
Was this helpful?
Sends a payment from one account to another in a path through the order books, starting as one asset and ending as another. Path payments that are Strict Send
designate the payment amount in the asset sent.
See the .
ATTRIBUTE
asset_type string
The type of asset being received. Either native
, credit_alphanum4
, or credit_alphanum12
.
asset_code string
The code for the asset being received. Appears if the asset_type
is not native
.
asset_issuer string
The Stellar address of the issuer of the asset being received. Appears if the asset_type
is not native
.
from string
The payment sender’s public key.
tostring
The payment recipient’s public key.
amount string
Amount received designated in the destination asset.
patharray of objects
The intermediary assets that this path hops through.Show child attributes
asset_code string
The code for this intermediary asset.
asset_issuer string
The Stellar address of the intermediary asset’s issuer.
asset_type string
The type for the intermediary asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
source_amount string
Amount sent designated in the source asset.
source_max string
The maximum amount to be sent designated in the source asset.
source_asset_type string
The type for the source asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
source_asset_code string
The code for the source asset.
source_asset_issuer string
The Stellar address of the source asset’s issuer.