def self.path_payment_strict_send(attributes={})
      destination             = attributes[:destination]
      asset, dest_min         = get_asset_amount(attributes[:amount])
      send_asset, send_amount = get_asset_amount(attributes[:with])
      path                    = (attributes[:path] || []).map{