2

Will a transaction still execute successfully if the sender does not include the random payment ID that is given when integrated_address is used by the receiver?

galahad
  • 137
  • 1
  • 5

1 Answers1

2

The network will absolutely accept it just fine; it doesn't know if a Tx is supposed to have a payment ID or not.

However, if a receiver is giving you an integrated address, they are probably expecting to receive a payment with that ID attached. If that ID isn't included, the transaction might not be properly recognized by them.

Luigi
  • 2,462
  • 11
  • 14