Path Payment Strict Receive
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 Receive
designate the payment amount in the asset received.
See the .
ATTRIBUTE
asset_type string
The type of asset being sent. Either native
, credit_alphanum4
, or credit_alphanum12
.
asset_code string
The code for the asset being sent. Appears if the asset_type
is not native
.
asset_issuer string
The Stellar address of the issuer of the asset being sent. Appears if the asset_type
is not native
.
from string
The payment sender’s public key.
to string
The payment recipient’s public key.
amount string
Amount received designated in the source 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.
destination_min string
The minimum amount of destination asset expected to be received.
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. Appears if the asset_type
is not native
.
source_asset_issuer string
The Stellar address of the source asset’s issuer. Appears if the asset_type
is not native
.