Skip to main content

PaymentDestinationDetails

amountnumber

The amount of the purchased cryptocurrency

Example: 100
currencystring

The cryptocurrency purchased

Example: BTC
networkstring

The network used to process the cryptocurrency transaction

Example: Mainnet
walletAddressstring

Crypto wallet address that received the purchased funds

Example: 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy
walletAddressTagstring

Tag, memo, or any additional identifier of the wallet address

Example: abc123
PaymentDestinationDetails
{
"amount": 100,
"currency": "BTC",
"network": "Mainnet",
"walletAddress": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy",
"walletAddressTag": "abc123"
}